summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2010-11-16 16:10:41 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-16 11:24:04 +0000
commit01cbea3293929acecef6785b7ea5be547dc039bc (patch)
tree1f11817219084470ad157636f229917beb7a9813 /sound/soc/soc-dapm.c
parent4ab867d276b83582f15c61270de1cc178df95659 (diff)
downloadlinux-01cbea3293929acecef6785b7ea5be547dc039bc.tar.gz
linux-01cbea3293929acecef6785b7ea5be547dc039bc.tar.bz2
linux-01cbea3293929acecef6785b7ea5be547dc039bc.zip
ASoC: Fix incorrect kfree in wm8731_probe error path
We allocated memory for wm8731 in wm8731_spi_probe / wm8731_i2c_probe, and will free the memory in either wm8731_spi_probe / wm8731_i2c_probe error path or wm8731_spi_remove / wm8731_i2c_remove. Thus we should not call kfree(wm8731) in wm8731_probe, otherwise we have double free of wm8731. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-dapm.c')
0 files changed, 0 insertions, 0 deletions