diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2024-08-13 00:15:08 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-08-15 12:29:20 +0200 |
commit | 1b8f576c69588ddee9e093d322449bb069e51f6c (patch) | |
tree | 608d21be6ff240ef282975e2068325f8103739ef /tools/perf/scripts/python/libxed.py | |
parent | 6ed51ba95e27221ce87979bd2ad5926033b9e1b9 (diff) |
drm/rockchip: dw_hdmi: Use modern drm_device based logging
Prefer drm_{err|info|dbg}() over deprecated DRM_DEV_{ERROR|INFO|DEBUG}()
logging macros.
Conversion done with the help of the following semantic patch, followed
by a few minor indentation adjustments:
@@
identifier T;
@@
(
-DRM_DEV_ERROR(T->dev,
+drm_err(T,
...)
|
-DRM_DEV_INFO(T->dev,
+drm_info(T,
...)
|
-DRM_DEV_DEBUG(T->dev,
+drm_dbg(T,
...)
)
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240813-dw-hdmi-rockchip-cleanup-v1-1-b3e73b5f4fd6@collabora.com
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions