diff options
author | Chen Jiahao <[email protected]> | 2023-07-27 21:16:35 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-07-27 17:33:05 +0100 |
commit | b2b561757027ef03b1243c828820a9004458194c (patch) | |
tree | 0ba449a0b29d78ca9477252b2c107a0ed9b1866c /tools/perf/scripts/python/mem-phys-addr.py | |
parent | b505e2ecf31b6a2a62c76203558384d7646ab02f (diff) |
spi: s3c64xx: Clean up redundant dev_err_probe()
Referring to platform_get_irq()'s definition, the return value has
already been checked if ret < 0, and printed via dev_err_probe().
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: Andi Shyti <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions