Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Fri, 8 Dec 2023 03:55:29 +0000 (13:55 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 8 Dec 2023 03:55:32 +0000 (13:55 +1000)
commitb7b5a56acec819bb8dcd03c687e97a091b29d28f
tree3f40d088b9dca6ac58a2dc876fcbc22aeb003e1b
parent9f3e1c5919169002c547df783b6167a2fc06c005
parent8d1b7809684c688005706125b804e1f9792d2b1b
Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git./linux/kernel/git/daeinki/drm-exynos into drm-fixes

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/

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231207042223.2473706-1-inki.dae@samsung.com