drm/exynos: drop the use of label from exynos_dsi_register_te_irq
authorInki Dae <inki.dae@samsung.com>
Wed, 1 Dec 2021 02:32:14 +0000 (11:32 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 22 Dec 2021 02:39:39 +0000 (11:39 +0900)
commit760cceff996135fd4830f3d339446a04bd37ca0c
treebb1fe82a5315bab94de2b7a1b64ae96c1c22e5e2
parent28b0d549f94a368dea4b999fbd60fe9ff49b243d
drm/exynos: drop the use of label from exynos_dsi_register_te_irq

Dropped the use of 'out' label from exynos_dsi_register_te_irq function
because the label isn't needed. This patch returns an error in each
error case directly not going to 'out' label.

With this patch build warning[1] is also fixed, which was reported by
kernel test robot <lkp@intel.com>

[1] https://www.spinics.net/lists/dri-devel/msg323803.html

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c