drm/imx: imx-tve: Delete an error message in imx_tve_bind()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 5 Apr 2020 09:01:49 +0000 (11:01 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 20 Jul 2020 13:16:06 +0000 (15:16 +0200)
commit408a85e31e3e5127c91e082c3544082ef1ba48d3
tree8b8daa20aad092fdef31bc6721f767e666bed1a8
parentdd81d821d0b3f77d949d0cac5c05c1f05b921d46
drm/imx: imx-tve: Delete an error message in imx_tve_bind()

The function “platform_get_irq” can log an error already.
Thus omit a redundant message for the exception handling in the
calling function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-tve.c