aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2023-03-06 07:57:32 +0100
committerMark Brown <[email protected]>2023-03-20 13:11:41 +0000
commit11951c9e3f364d7ae3b568a0e52c8335d43066b5 (patch)
treea0b9a3ffa4caf3b9538e36f885a00b307ab9af32 /tools/perf/scripts/python/syscall-counts.py
parent864f0513a377184e12aa650089c9af71ba36c6e9 (diff)
spi: imx: Don't skip cleanup in remove's error path
Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a permanent leak. To fix this, only skip hardware disabling if waking the device fails. Fixes: d593574aff0a ("spi: imx: do not access registers while clocks disabled") Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[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