aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-07-18 14:14:03 +0200
committerGeorgi Djakov <[email protected]>2022-08-16 16:37:55 +0300
commit8ef2ca20754d84369971aac261ad7f99801adf87 (patch)
tree385aed33cfcc584542f85d1b19fd71633619b4d3 /tools/perf/scripts/python/mem-phys-addr.py
parent7ec26b8dcc5c770a06a7e7ca2e1c888e2115bf0b (diff)
interconnect: icc-rpm: 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/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions