From: Jin Yao Date: Mon, 13 Apr 2015 06:20:54 +0000 (+0800) Subject: ASoC: Intel: Remove invalid kfree of devm allocated data X-Git-Tag: omap-for-v4.2/omap1-v2~49^2^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac98b4c015b50b1e452f8d55b612320be7f80825;p=pandora-kernel.git ASoC: Intel: Remove invalid kfree of devm allocated data kbuild robot reports following warning: "sound/soc/intel/haswell/sst-haswell-ipc.c:2204:1-6: WARNING: invalid free of devm_ allocated data" As julia explains to me, the memory allocated with devm_kalloc is freed automatically on failure of a probe function. So this kfree should be removed otherwise the double free will be got in error handler path. Signed-off-by: Jin Yao Signed-off-by: Mark Brown --- Reading git-diff-tree failed