]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rockchip: use DRM_DEV_ERROR for log output
authorWambui Karuga <wambui.karugax@gmail.com>
Thu, 7 Nov 2019 09:29:45 +0000 (12:29 +0300)
committerSean Paul <seanpaul@chromium.org>
Fri, 8 Nov 2019 16:04:00 +0000 (11:04 -0500)
commite1b4f5b401086169cc0b182d6b7e5b41fb0a821a
treef1092caadb8c1e817cadfd0ea0136ebe18a73129
parentf88e78f9973644ff1fda80e2d7ae379f6b513cb6
drm/rockchip: use DRM_DEV_ERROR for log output

Replace the use of the dev_err macro with the DRM_DEV_ERROR
DRM helper macro. rockchip driver uses almost exclusively DRM_* logging
(aside from 2 dev_* instances, one of which is converted in this patch),
so this makes things more consistent.

Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
[seanpaul expanded on the commit message]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191107092945.15513-1-wambui.karugax@gmail.com
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c