Hi Dave and Daniel, Just resending you the previous pull request[1] after resolving the build warning. [1] https://lore.kernel.org/dri-devel/20231120225537.1270358-1-inki.dae@xxxxxxxxxxx/ Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 33924328498e903bea74727353e5012d29653aff: Merge tag 'drm-intel-fixes-2023-12-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-12-05 12:19:22 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v6.7-rc5 for you to fetch changes up to 8d1b7809684c688005706125b804e1f9792d2b1b: drm/exynos: fix a wrong error checking (2023-12-07 11:51:43 +0900) ---------------------------------------------------------------- Two fixups - Fix a potential error pointer dereference by checking the return value of exynos_drm_crtc_get_by_type() function before accessing to crtc object. - Fix a wrong error checking in exynos_drm_dma.c modules, which was reported by Dan[1] [1] https://lore.kernel.org/all/33e52277-1349-472b-a55b-ab5c3462bfcf@moroto.mountain/ ---------------------------------------------------------------- Inki Dae (1): drm/exynos: fix a wrong error checking Xiang Yang (1): drm/exynos: fix a potential error pointer dereference drivers/gpu/drm/exynos/exynos_drm_dma.c | 8 +++----- drivers/gpu/drm/exynos/exynos_hdmi.c | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-)