Hi Dave, Just log cleanups patches of Exynos KMS and DMA drivers including one trivial style fixup. Please kindly let me know if there is any problem. Resend changelog: - Fixed two build warnings by removing unused variables, and confirmed no build warning messages. - Rebased on top of drm-next again. Thanks, Inki Dae The following changes since commit 70b5f09e4389c789263c6d79c539b8378e3af3bc: Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm into drm-next (2019-04-24 11:56:32 +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-v5.2 for you to fetch changes up to 8b9550344d3914cf606f365b6fa4279fb3cd4684: drm/ipp: clean up debug messages (2019-04-24 11:23:20 +0900) ---------------------------------------------------------------- Log cleanups - Correct the use of log macro in error case. - Drop unnecessary messages. - Replace DRM_ERROR/DEBUG with DRM_DEV_ERROR/DEBUG. - Print out debug messages with correct device name in vidi and ipp drivers. One trivial cleanup - Just fix checkpatch error, "foo* bar" to "foo *bar" in g2d driver. ---------------------------------------------------------------- Inki Dae (6): drm/fimd: use DRM_ERROR instead of DRM_INFO in error case drm/exynos: remove unnecessary messages drm/exynos: use DRM_DEV_ERROR to print out error message drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macro drm/vidi: replace platform_device pointer with device one drm/ipp: clean up debug messages Seung-Woo Kim (1): drm/exynos: g2d: remove style error drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 6 +- drivers/gpu/drm/exynos/exynos7_drm_decon.c | 26 +++---- drivers/gpu/drm/exynos/exynos_dp.c | 9 ++- drivers/gpu/drm/exynos/exynos_drm_dma.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 9 ++- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 7 +- drivers/gpu/drm/exynos/exynos_drm_fb.c | 9 ++- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 26 ++++--- drivers/gpu/drm/exynos/exynos_drm_fimc.c | 97 ++++++++++++++------------- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 48 +++++++------ drivers/gpu/drm/exynos/exynos_drm_g2d.c | 51 +++++++------- drivers/gpu/drm/exynos/exynos_drm_gem.c | 35 +++++----- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 72 ++++++++++---------- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 71 ++++++++++++-------- drivers/gpu/drm/exynos/exynos_drm_ipp.h | 9 +-- drivers/gpu/drm/exynos/exynos_drm_mic.c | 29 ++++---- drivers/gpu/drm/exynos/exynos_drm_plane.c | 15 +++-- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 6 +- drivers/gpu/drm/exynos/exynos_drm_scaler.c | 6 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 49 ++++++++------ drivers/gpu/drm/exynos/exynos_hdmi.c | 75 ++++++++++++--------- drivers/gpu/drm/exynos/exynos_mixer.c | 43 +++++++----- 22 files changed, 400 insertions(+), 300 deletions(-)