aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorJin Yao <[email protected]>2015-04-13 14:20:54 +0800
committerMark Brown <[email protected]>2015-04-27 15:43:43 +0100
commit3228723b0ce0ef6ef6d3f59f282f061430691ab9 (patch)
tree68a6d94bcae7594c146a5f176819865600624a22 /lib/cpu-notifier-error-inject.c
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions