Hi Dave and Daniel,
Just two regression fixups.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:
Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos
tags/exynos-drm-fixes-v5.19-rc3
for you to fetch changes up to 7d787184a18f0f84e996de8ff007e4395c1978ea:
drm/exynos: mic: Rework initialization (2022-06-14 22:32:16 +0900)
----------------------------------------------------------------
two regression fixups
- Check a null pointer instead of IS_ERR().
- Rework initialization code of Exynos MIC driver.
----------------------------------------------------------------
Dan Carpenter (1):
drm/exynos: fix IS_ERR() vs NULL check in probe
Marek Szyprowski (1):
drm/exynos: mic: Rework initialization
drivers/gpu/drm/exynos/exynos_drm_drv.c | 6 ++---
drivers/gpu/drm/exynos/exynos_drm_mic.c | 42 ++++++++++-----------------------
2 files changed, 15 insertions(+), 33 deletions(-)