commit | 19ad0f3a16d2c48da995ad481366b9ecb5b5aeb5 | [log] [tgz] |
---|---|---|
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | Mon Apr 15 11:14:56 2024 +0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Apr 16 17:15:20 2024 -0700 |
tree | 69bcc441244b8d5fc6a643cf7ba5be64777b8558 | |
parent | c2b640529ec7595b4f82f1630da1ac9697a0c927 [diff] |
net: ipa: Remove unnecessary print function dev_err() The print function dev_err() is redundant because platform_get_irq_byname() already prints an error. ./drivers/net/ipa/ipa_interrupt.c:300:2-9: line 300 is redundant because platform_get_irq() already prints an error. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8756 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240415031456.10805-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>