aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2010-11-16 16:09:41 +0800
committerMark Brown <[email protected]>2010-11-16 11:23:50 +0000
commit4ab867d276b83582f15c61270de1cc178df95659 (patch)
tree4658b61b780b6b3b63ca7a1201e763997a320381 /tools/perf/scripts/python/check-perf-trace.py
parent50d0ac2e1e98efa89f6dc167977b1a0d46d5e48e (diff)
ASoC: Fix incorrect kfree in aic3x_probe error path
We allocated memory for aic3x in aic3x_i2c_probe, and will free the memory in either aic3x_i2c_probe error path or aic3x_i2c_remove. Thus we should not call kfree(aic3x) in aic3x_probe, otherwise we have double free of aic3x. Signed-off-by: Axel Lin <[email protected]> Acked-by: Liam Girdwood <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions