Hi Dave and Daniel, Two fixups - fixing a potential error pointer dereference and wrong error checking. Ps. regarding the first patch, I had sent a GIT-PULL[1] but it seems you missed. [1] https://lore.kernel.org/dri-devel/20231006040950.4397-1-inki.dae@xxxxxxxxxxx/T/#u Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263: Linux 6.7-rc2 (2023-11-19 15:02:14 -0800) 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.7-rc3 for you to fetch changes up to a30ba4bd7cdb5726d86a557c5df8df71c7bc7fad: drm/exynos: fix a wrong error checking (2023-11-21 07:41:11 +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(-)