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