ASoC: mpc5200_psc_ac97: Remove unused on-stack snd_ac97 device
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 10 Nov 2014 21:41:43 +0000 (22:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 18 Nov 2014 15:26:05 +0000 (15:26 +0000)
commit35480e3536cdab1ee1976675e798f16d707f5356
treed5f736ec7e993eb9b6d351749d6a13566977d04b
parent92eb0d546536602a5c334ec308b3e9bb7daa9927
ASoC: mpc5200_psc_ac97: Remove unused on-stack snd_ac97 device

The mpc5200_psc_ac97 driver puts a snd_ac97 device on the stack in the
driver probe function, initializes the private data member of the device and
the never uses the device again. It should be safe to remove it.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/mpc5200_psc_ac97.c