linux/sound/soc/intel
Jin Yao 3228723b0c 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 <yao.jin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-04-27 15:43:43 +01:00
..
atom Merge remote-tracking branch 'asoc/topic/intel' into asoc-next 2015-04-12 19:48:33 +01:00
baytrail ASoC: Intel: Use the generic IPC/mailbox APIs in Baytrail 2015-04-10 19:00:45 +01:00
boards ASoC: Intel: create atom folder and move atom platform files in 2015-04-06 17:49:45 +01:00
common Merge remote-tracking branch 'asoc/topic/intel' into asoc-next 2015-04-12 19:48:33 +01:00
haswell ASoC: Intel: Remove invalid kfree of devm allocated data 2015-04-27 15:43:43 +01:00
Kconfig Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel 2015-02-05 20:18:39 +00:00
Makefile ASoC: Intel: create atom folder and move atom platform files in 2015-04-06 17:49:45 +01:00