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