Searched hist:e2bc553359045472b5756d34010c7fad53ab0f40 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxa3xx-gcu.c | diff e2bc553359045472b5756d34010c7fad53ab0f40 Tue Feb 01 06:32:02 CST 2022 Yang Li <yang.lee@linux.alibaba.com> video: fbdev: pxa3xx-gcu: 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/video/fbdev/pxa3xx-gcu.c:615:2-9: line 615 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> Signed-off-by: Helge Deller <deller@gmx.de>
|