diff options
author | Inki Dae <inki.dae@samsung.com> | 2021-12-01 11:32:14 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2021-12-22 11:39:39 +0900 |
commit | 760cceff996135fd4830f3d339446a04bd37ca0c (patch) | |
tree | bb1fe82a5315bab94de2b7a1b64ae96c1c22e5e2 /drivers/usb/cdns3 | |
parent | 28b0d549f94a368dea4b999fbd60fe9ff49b243d (diff) |
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>
Diffstat (limited to 'drivers/usb/cdns3')
0 files changed, 0 insertions, 0 deletions