video: fbdev: pxa168fb: Remove unnecessary print function dev_err()
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 1 Feb 2022 12:32:01 +0000 (20:32 +0800)
committerHelge Deller <deller@gmx.de>
Tue, 1 Feb 2022 19:45:51 +0000 (20:45 +0100)
commit863f946170515dfb08c2dbf3a5430bc43078b8d1
treef091913149c383fb2cd051fa692801253296c2cf
parent78482af095abd9f4f29f1aa3fe575d25c6ae3028
video: fbdev: pxa168fb: 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/pxa168fb.c:621:2-9: line 621 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>
drivers/video/fbdev/pxa168fb.c