From: Lars-Peter Clausen Date: Mon, 10 Nov 2014 21:41:43 +0000 (+0100) Subject: ASoC: mpc5200_psc_ac97: Remove unused on-stack snd_ac97 device X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~23^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35480e3536cdab1ee1976675e798f16d707f5356;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed