From: Silviu-Mihai Popescu Date: Sat, 16 Mar 2013 11:45:34 +0000 (+0200) Subject: ASoC: core: fix invalid free of devm_ allocated data X-Git-Tag: v3.9-rc6~16^2~7^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ba716f1e704a00d682a8697108f9c86497c551;p=pandora-kernel.git ASoC: core: fix invalid free of devm_ allocated data The objects allocated by devm_* APIs are managed by devres and are freed when the device is detached. Hence there is no need to use kfree() explicitly. Signed-off-by: Silviu-Mihai Popescu Signed-off-by: Mark Brown --- Reading git-diff-tree failed