drm/exynos: Remove dev_err() on platform_get_irq() failure
authorTamseel Shams <m.shams@samsung.com>
Thu, 21 May 2020 14:22:10 +0000 (19:52 +0530)
committerInki Dae <inki.dae@samsung.com>
Mon, 29 Jun 2020 00:38:41 +0000 (09:38 +0900)
commitaee83fbdbfa112c72fef3b91cd38ae93841d1075
treeb548dc8ff1b46ccc428f8c9c342fe5e3717b97b3
parent687a0ed337367be5267652af5f6dbcfc954b8732
drm/exynos: Remove dev_err() on platform_get_irq() failure

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 <m.shams@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_g2d.c