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