video: fbdev: don't print error message on platform_get_irq() failure
authorTang Bin <tangbin@cmss.chinamobile.com>
Mon, 6 Apr 2020 05:34:50 +0000 (13:34 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 7 Apr 2020 18:10:59 +0000 (20:10 +0200)
commit7606662686154d28d53b5acd41fc8678aefaec71
treee8aae8249b3e86ed3a2b3fa9bd1388bed628fc33
parent56b165feaf9bf0e3111d814bad0e4a2e11231a9e
video: fbdev: don't print error message on platform_get_irq() failure

The platform_get_irq() can print error message, so remove the redundant
dev_err() here.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200406053450.8380-1-tangbin@cmss.chinamobile.com
drivers/video/fbdev/atmel_lcdfb.c