ASoC: atmel: sam9x5_wm8731: remove platform_set_drvdata
authorBo Shen <voice.shen@atmel.com>
Wed, 27 Nov 2013 10:05:10 +0000 (18:05 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 31 Dec 2013 12:27:07 +0000 (12:27 +0000)
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 <voice.shen@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found