summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2010-11-16 16:11:37 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-16 11:24:16 +0000
commitce0df3d79a1b305cb39ea15a07235b5a6c3435b6 (patch)
tree8bc3348d834f886c207832fcba51acdb9c6e186f /sound/soc/soc-dapm.c
parent01cbea3293929acecef6785b7ea5be547dc039bc (diff)
downloadlinux-ce0df3d79a1b305cb39ea15a07235b5a6c3435b6.tar.gz
linux-ce0df3d79a1b305cb39ea15a07235b5a6c3435b6.tar.bz2
linux-ce0df3d79a1b305cb39ea15a07235b5a6c3435b6.zip
ASoC: Fix incorrect kfree in wm8962_probe error path
We allocated memory for wm8962 in wm8962_i2c_probe, and will free the memory in either wm8962_i2c_probe error path or wm8962_i2c_remove. Thus we should not call kfree(wm8962) in wm8962_probe, otherwise we have double free of wm8962. 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