diff options
author | Uwe Kleine-König <[email protected]> | 2023-03-10 23:41:24 +0100 |
---|---|---|
committer | Li Yang <[email protected]> | 2023-05-30 18:58:42 -0500 |
commit | f8fce8318366ad4a85aba7a6c9fca900876b01f9 (patch) | |
tree | 68e98936ae7c3252991e4fe3af8a41189aeeaeef /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace | |
parent | b816b9444c105b159ffc710579a204b75ed61261 (diff) |
bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()
The error message emitted in fsl_mc_driver_remove() is very generic.
Replace it by a message that mentions the reason for the failure.
Returning zero instead of a negative value has no side effect apart from
suppressing the generic error message.
The first if condition in dprc_remove() can never be true, as this would
prevent successful probing of the device and then .remove wasn't called.
So this can just be dropped.
Signed-off-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Ioana Ciornei <[email protected]>
Tested-by: Ioana Ciornei <[email protected]> # sanity checks
Reviewed-by: Laurentiu Tudor <[email protected]>
Tested-by: Laurentiu Tudor <[email protected]>
Signed-off-by: Li Yang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions