diff options
author | Uwe Kleine-König <[email protected]> | 2023-03-21 16:40:37 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-04-05 20:58:32 -0700 |
commit | 810c03d9d7c978b4ee5287d8987043a9be1d614e (patch) | |
tree | 09ceb3bd42ef0fb2c9d36ff93bf6c890a076e021 /tools/perf/scripts/python/sched-migration.py | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
rpmsg: qcom_smd: Make qcom_smd_unregister_edge() return void
This function returned zero unconditionally. Convert it to return no
value instead. This makes it more obvious what happens in the callers.
One caller is converted to return zero explicitly. The only other caller
(smd_subdev_stop() in drivers/remoteproc/qcom_common.c) already ignored
the return value before.
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions