]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: Delete an error message in three functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 5 Apr 2020 12:10:09 +0000 (14:10 +0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 18 May 2020 02:36:00 +0000 (11:36 +0900)
commit96d180a42e33cf2179d97c9a72755d1fadac7b21
tree1eaf69a4cbbb8d37fd7bff51515a1c48f7439869
parentea35a452eb48fbca705b2aecff2ae5f983301e76
drm/exynos: Delete an error message in three functions

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

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c
drivers/gpu/drm/exynos/exynos_drm_rotator.c
drivers/gpu/drm/exynos/exynos_drm_scaler.c