]> Pileus Git - ~andy/linux/commit
ASoC: ep93xx: Remove redundant dev_set_drvdata() calls
authorMark Brown <broonie@linaro.org>
Wed, 26 Jun 2013 10:53:45 +0000 (11:53 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 27 Jun 2013 08:44:19 +0000 (09:44 +0100)
commit417ced8b93d16f6f90336fdf6929ed599e74f705
treeab69c79a3dccaef276985df5041fbdb83e2d3635
parent6dab2fd71cd10756add702edc4b853f3829b8926
ASoC: ep93xx: Remove redundant dev_set_drvdata() calls

The driver core does this and it's never legal to rely on the value of
drvdata if not set in probe() anyway.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/cirrus/ep93xx-ac97.c