aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-07-18 14:14:07 +0200
committerGeorgi Djakov <[email protected]>2022-08-16 16:38:35 +0300
commitfa80a2994d35af064b194fe9bb587ae8ea05d379 (patch)
treeef86decca850c39e8a7f462ab40809c049c9e9fc /tools/perf/scripts/python/syscall-counts.py
parentf221bd781f25fa0ebb4c7e9553a9154a9722fd39 (diff)
interconnect: sm8450: 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.py')
0 files changed, 0 insertions, 0 deletions