From: Axel Lin Date: Sun, 16 Mar 2014 15:06:25 +0000 (+0800) Subject: ASoC: tlv320aic31xx: Don't call kfree for memory allocated by devm_kzalloc X-Git-Tag: v3.15-rc1~36^2~1^2~3^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac7e40404a6b1e7442c01ef4c2e7e149b9627e5;p=pandora-kernel.git ASoC: tlv320aic31xx: Don't call kfree for memory allocated by devm_kzalloc The kfree call is not necessary, but we need to call snd_soc_unregister_codec() in remove(). Signed-off-by: Axel Lin Acked-by: Jyri Sarha Signed-off-by: Mark Brown --- Reading git-diff-tree failed