]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: Don't use wm8994->control_data in wm8994_readable_register()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 4 Nov 2011 15:52:31 +0000 (15:52 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Nov 2011 22:31:15 +0000 (14:31 -0800)
commit6c43a5e42ca88c5770de53fb969a0b6f04d86982
treefdc7f3c3d5971decba62f8122b6a629a109ab131
parentd4ff27e92b1073f854b8e8a58599f0c565204443
ASoC: Don't use wm8994->control_data in wm8994_readable_register()

commit 8eeea521d9d0fa6afd62df8c6e6566ee946117fa upstream.

The field is no longer initialised so this will crash if running on
wm8958.

Reported-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/codecs/wm8994.c