From: Bo Shen Date: Wed, 27 Nov 2013 10:05:10 +0000 (+0800) Subject: ASoC: atmel: sam9x5_wm8731: remove platform_set_drvdata X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192043cf608909eb5728a5fd68f5234b90d9415b;p=pandora-kernel.git ASoC: atmel: sam9x5_wm8731: remove platform_set_drvdata When call snd_soc_register_card, it will set driver data to this device through dev_set_drvdata, then in driver, no need to call platform_set_drvdata again, so remove it. Signed-off-by: Bo Shen Signed-off-by: Mark Brown --- Reading git-diff-tree failed