aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2010-11-16 16:08:00 +0800
committerMark Brown <[email protected]>2010-11-16 11:23:24 +0000
commitaf353d8a134d6147e29a3371015d2eef8d7f0657 (patch)
treea23fd30f0e2ff42daa45a95f16596f5987c8db89 /tools/perf/scripts/python/syscall-counts.py
parentef995e3a91e290684f24696e1d2e8767a2a2ebb6 (diff)
ASoC: Fix incorrect kfree in ad1836_probe error path
We allocated memory for ad1836 in ad1836_spi_probe, and will free the memory in either ad1836_spi_probe error path or ad1836_spi_remove. Thus we should not call kfree(ad1836) in ad1836_probe, otherwise we have double free of ad1836. 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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions