aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChen Jiahao <[email protected]>2023-07-27 19:55:51 +0800
committerJakub Kicinski <[email protected]>2023-07-28 18:47:23 -0700
commitc88c157d25d96ed760b91837aec81f19c44b0bf3 (patch)
tree85743c5bd2b2cfde09dcbec5970724b93846eeaf /tools/perf/scripts/python
parent61c5145317a23b3ee03d3aa01d46df57d75e4dee (diff)
net: bcmasp: Clean up redundant dev_err_probe()
Referring to platform_get_irq()'s definition, the return value has already been checked, error message also been printed via dev_err_probe() if ret < 0. Calling dev_err_probe() one more time outside platform_get_irq() is obviously redundant. Removing dev_err_probe() outside platform_get_irq() to clean up above problem. Signed-off-by: Chen Jiahao <[email protected]> Reviewed-by: Simon Horman <[email protected]> Acked-by: Justin Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions