Hi Dave and Daniel, Just minor fixups and cleanup.
Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 0467145fab3b3a7a1efd221722310fe32329b3da: Merge tag 'drm-msm-fixes-2025-04-18' of https://gitlab.freedesktop.org/drm/msm into drm-fixes (2025-04-19 15:09:29 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v6.15-rc4 for you to fetch changes up to c171ad1e8166ff8b3ab9ac94bad2574167b41f66: drm/exynos: Fix spelling mistake "enqueu" -> "enqueue" (2025-04-23 23:07:28 +0900) ---------------------------------------------------------------- Several fixups - fix spelling error - remove redundant error handling in exynos_drm_vidi.c module. - marks struct decon_data as const in the exynos7_drm_decon driver since it is only read. Cleanup - Remove unnecessary checking in exynos_drm_drv.c module ---------------------------------------------------------------- Anindya Sundar Gayen (1): drm/exynos: fixed a spelling error Colin Ian King (1): drm/exynos: Fix spelling mistake "enqueu" -> "enqueue" Guoqing Jiang (1): drm/exynos: Remove unnecessary checking Krzysztof Kozlowski (1): drm/exynos: exynos7_drm_decon: Consstify struct decon_data Wentao Liang (1): drm/exynos/vidi: Remove redundant error handling in vidi_get_modes() drivers/gpu/drm/exynos/exynos7_drm_decon.c | 4 ++-- drivers/gpu/drm/exynos/exynos_drm_drv.c | 3 +-- drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 3 --- 5 files changed, 5 insertions(+), 9 deletions(-)