Hi Dave, Just two cleanups. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit b40be05ed255d9a0257fb66ab2728ecca2c9d597: Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next (2020-09-17 16:07:11 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-v5.10 for you to fetch changes up to ddfd4ab6bb08832e1261d7c8c4ae11e5568485af: drm/exynos: Fix dma_parms allocation (2020-09-22 13:49:09 +0900) ---------------------------------------------------------------- Two cleanups - Simply use dev_err_probe() instead of returning -EPROBE_DEFER. - Drop drm_parms allocation and deallocation code which aren't needed. ---------------------------------------------------------------- Krzysztof Kozlowski (2): drm/exynos: dsi: Simplify with dev_err_probe() drm/exynos: hdmi: Simplify with dev_err_probe() Marek Szyprowski (1): drm/exynos: Fix dma_parms allocation drivers/gpu/drm/exynos/exynos_drm_dma.c | 27 +-------------------------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 7 ++----- drivers/gpu/drm/exynos/exynos_hdmi.c | 7 ++----- 3 files changed, 5 insertions(+), 36 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel