commit | 6be900563a9e7420ead7de5737a004e1878ef145 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Apr 15 16:25:12 2019 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Wed Apr 24 11:23:20 2019 +0900 |
tree | 617400f6768901e469337b4affe4dddae679c3ea | |
parent | 6f83d20838c09936b2884d5b35fed8d208679947 [diff] |
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>