From: Axel Lin Date: Tue, 16 Nov 2010 08:09:41 +0000 (+0800) Subject: ASoC: Fix incorrect kfree in aic3x_probe error path X-Git-Tag: v2.6.38-rc1~236^2^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab867d276b83582f15c61270de1cc178df95659;p=pandora-kernel.git ASoC: Fix incorrect kfree in aic3x_probe error path We allocated memory for aic3x in aic3x_i2c_probe, and will free the memory in either aic3x_i2c_probe error path or aic3x_i2c_remove. Thus we should not call kfree(aic3x) in aic3x_probe, otherwise we have double free of aic3x. Signed-off-by: Axel Lin Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed