aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-07-18 14:14:02 +0200
committerGeorgi Djakov <[email protected]>2022-08-16 16:37:36 +0300
commit7ec26b8dcc5c770a06a7e7ca2e1c888e2115bf0b (patch)
tree221c1c275e75686065fa337b4420b17a0c0fc450 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff)
interconnect: imx: Ignore return value of icc_provider_del() in .remove()
icc_provider_del() already emits an error message on failure. In this case letting .remove() return the corresponding error code results in another error message and the device is removed anyhow. (See platform_remove().) So ignore the return value of icc_provider_del() and return 0 unconditionally. This is a preparation for making platform remove callbacks return void. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions