Searched hist:d59c85dd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | mcf8390.c | d59c85dd Thu Mar 10 18:17:56 CST 2022 Yang Li <yang.lee@linux.alibaba.com> ethernet: 8390: Remove unnecessary print function dev_err()
The print function dev_err() is redundant because platform_get_irq() already prints an error.
Eliminate the follow coccicheck warning: ./drivers/net/ethernet/8390/mcf8390.c:414:2-9: line 414 is redundant because platform_get_irq() already prints an error
Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20220311001756.12234-1-yang.lee@linux.alibaba.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|