drm/meson: Delete an error message in meson_dw_hdmi_bind()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 5 Apr 2020 11:13:03 +0000 (13:13 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Wed, 15 Apr 2020 08:20:01 +0000 (10:20 +0200)
commitd918fe4287153e06233ded08aa54f1ad41cb485b
tree354fdbbba6ec3a89b496115fb992699796779d0f
parent1e8a6ce9186dbf342eebc07cf14cae5e82164e03
drm/meson: Delete an error message in meson_dw_hdmi_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.

Fixes: 3f68be7d8e96 ("drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY")
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/76f24122-4d3f-7670-9f06-edb4731a0661@web.de
drivers/gpu/drm/meson/meson_dw_hdmi.c