From: Axel Lin Date: Tue, 16 Nov 2010 08:11:37 +0000 (+0800) Subject: ASoC: Fix incorrect kfree in wm8962_probe error path X-Git-Tag: v2.6.38-rc1~236^2^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0df3d79a1b305cb39ea15a07235b5a6c3435b6;p=pandora-kernel.git 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 Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed