aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-07-18 14:14:06 +0200
committerGeorgi Djakov <[email protected]>2022-08-16 16:38:24 +0300
commitf221bd781f25fa0ebb4c7e9553a9154a9722fd39 (patch)
tree2645f2b1b5970138d38c000fee171cf61379ec94 /tools/perf/scripts/python/compaction-times.py
parent919d4e1a207e9e837404c49e1386f210ac305f67 (diff)
interconnect: osm-l3: 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/compaction-times.py')
0 files changed, 0 insertions, 0 deletions