diff options
author | Haneen Mohammed <hamohammed.sa@gmail.com> | 2017-09-15 02:36:03 -0600 |
---|---|---|
committer | Mark Yao <mark.yao@rock-chips.com> | 2017-09-18 09:50:44 +0800 |
commit | d8dd68045c5879c40342050a476710e31c7cdfa7 (patch) | |
tree | 26aba446e981157cb40f513f5528aa8d2c184a90 /drivers/gpu/drm/drm_connector.c | |
parent | 95a0cfe98ca07bb17dcdc285097a742a975456eb (diff) |
drm/rockchip: Replace dev_* with DRM_DEV_*
This patch replace instances of dev_info/err/debug with
DRM_DEV_INFO/ERROR/WARN respectively inorder to use a drm-formatted
specific log messages. Issue corrected with the help of the following
Coccinelle script:
@r@
@@
(
-dev_info
+DRM_DEV_INFO
|
-dev_err
+DRM_DEV_ERROR
|
-dev_dbg
+DRM_DEV_DEBUG
)
Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170915083603.GA18992@Haneen
Diffstat (limited to 'drivers/gpu/drm/drm_connector.c')
0 files changed, 0 insertions, 0 deletions