diff options
author | Dan Carpenter <[email protected]> | 2024-06-06 17:23:44 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-06-09 17:35:21 +0100 |
commit | 28f961f9d5b7c3d9b9f93cc59e54477ba1278cf9 (patch) | |
tree | f75df44f030b5ab18e0a7139aadf2b4fc47d2be0 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 924ee531754827bf23eacf35e6408a7f44fb9021 (diff) |
dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq()
Currently the k3_udma_glue_rx_get_irq() function returns either negative
error codes or zero on error. Generally, in the kernel, zero means
success so this be confusing and has caused bugs in the past. Also the
"tx" version of this function only returns negative error codes. Let's
clean this "rx" function so both functions match.
This patch has no effect on runtime.
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions