Just clean up logs of Exynos DRM driver. What this patch series does is to replace the use of existing DRM_DEBUG/ERROR macros with DRM_DEV_DEBUG*/ERROR* macros including relevant code cleanup. Chnagelog v3: . correct subject prefix. . drop one patch merged already from v2. Changelog v2: . Clean up debug/error messages of all Exynos DRM KMS and DMA drivers. . Clean up vidi driver by adding device pointer to vidi_context. . Clean up ipp driver by using device pointer instead of drm_device one, which makes ipp driver to print out the debug messages with correct device name. Inki Dae (6): drm/exynos: 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/exynos: vidi: replace platform_device pointer with device one drm/exynos: ipp: clean up debug messages 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 | 49 ++++++++------ 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 | 5 +- drivers/gpu/drm/exynos/exynos_drm_scaler.c | 5 +- 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, 399 insertions(+), 297 deletions(-) -- 2.7.4