aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-07-27 20:40:43 +0800
committerBartosz Golaszewski <[email protected]>2023-07-29 15:50:44 +0200
commit291bc793a0083ce69acc7ceb77c9ec7af4401093 (patch)
treeaf52c62fcef19e69db20ed213972baafad97454a /tools/perf/scripts/python/export-to-sqlite.py
parent92f7a35836c2e13ae5f0dc8c7f889e92f66a9d19 (diff)
gpio: omap: Remove redundant dev_err_probe() and zero value handle code
There is no need to call the dev_err_probe() function directly to print a custom message when handling an error from platform_get_irq() function as it is going to display an appropriate error message in case of a failure. And the code to handle bank->irq = 0 is redundant because platform_get_irq() do not return 0. Signed-off-by: Ruan Jinjie <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions