Re: [PATCH] drm/exynos: Remove dev_err() on platform_get_irq() failure

2020-05-18 Thread Joe Perches
On Mon, 2020-05-18 at 22:57 +0530, Tamseel Shams wrote: > platform_get_irq() will call dev_err() itself on failure, > so there is no need for the driver to also do this. > This is detected by coccinelle. trivia: > diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c >

[PATCH] drm/exynos: Remove dev_err() on platform_get_irq() failure

2020-05-18 Thread Tamseel Shams
platform_get_irq() will call dev_err() itself on failure, so there is no need for the driver to also do this. This is detected by coccinelle. Signed-off-by: Tamseel Shams --- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 1 - drivers/gpu/drm/exynos/exynos_drm_g2d.c | 1 -