]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Tegra: wm8903: Remove redundant drvdata clears
authorStephen Warren <swarren@nvidia.com>
Tue, 19 Apr 2011 21:25:08 +0000 (15:25 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Apr 2011 12:49:50 +0000 (13:49 +0100)
commitc6fe07b39e0c54d736f311cbd31f246f0d852291
tree4b1175cdd7ae0e27ea826605e89ba325927210e4
parent8d76ce89e6c8cec1ddef0914537f9783e61f09f7
ASoC: Tegra: wm8903: Remove redundant drvdata clears

When the driver is not initialized/registered, nothing should be touching
these fields anyway, so there's no point clearing them out.

(Applying Mark's TrimSlice review comments to the existing driver)

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_wm8903.c