]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/gpu/drm/exynos/exynos_drm_gsc.c
drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macro
authorInki Dae <inki.dae@samsung.com>
Mon, 15 Apr 2019 07:25:12 +0000 (16:25 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 24 Apr 2019 02:23:20 +0000 (11:23 +0900)
commit6be900563a9e7420ead7de5737a004e1878ef145
tree617400f6768901e469337b4affe4dddae679c3ea
parent6f83d20838c09936b2884d5b35fed8d208679947
drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macro

Use DRM_DEV_DEBUG* instead of DRM_DEBUG macro to print out
debug messages.

This patch just cleans up the use of debug log macro, which changes
the log macro to DRM_DEV_DEBUG*.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
13 files changed:
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
drivers/gpu/drm/exynos/exynos7_drm_decon.c
drivers/gpu/drm/exynos/exynos_drm_fbdev.c
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_gem.c
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_mic.c
drivers/gpu/drm/exynos/exynos_drm_plane.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c