]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: tcon: Delete an error message in sun4i_tcon_init_irq()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 5 Apr 2020 11:45:53 +0000 (13:45 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 6 Apr 2020 08:19:25 +0000 (10:19 +0200)
commit260d65a4ec008b47ff13e9d7dc85e0b515a9be4c
treefc688318ae9518786d4827257ede1d4a18b9f68b
parent6d0d2e2748f527b49ace5f2206a7582202a21e0b
drm/sun4i: tcon: Delete an error message in sun4i_tcon_init_irq()

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: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/5a6cf5a7-3f27-5425-4d6a-550a17bc51e3@web.de
drivers/gpu/drm/sun4i/sun4i_tcon.c