]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm: pl111: replace dev_* print functions with drm_* variants
authorEslam Khafagy <eslam.medhat1993@gmail.com>
Tue, 25 Nov 2025 19:38:45 +0000 (21:38 +0200)
committerLinus Walleij <linusw@kernel.org>
Wed, 10 Dec 2025 23:03:22 +0000 (00:03 +0100)
commita1542b8ca6edabbb42ec4141e55d0d0710c9b6df
tree3ce8de2aa260fdff2dfb0a2cabd1a1f8d35617ee
parent3d32eb7a5ecff92d83a5fd34c45c171c17d3d5d0
drm: pl111: replace dev_* print functions with drm_* variants

Update the PL111 CLCD driver to use DRM print macros drm_*() instead of
dev_*(). This change ensures consistency with DRM subsystem
logging conventions [1].

[1]
Link: https://docs.kernel.org/gpu/todo.html#convert-logging-to-drm-functions-with-drm-device-parameter
Signed-off-by: Eslam Khafagy <eslam.medhat1993@gmail.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20251125193845.425416-1-eslam.medhat1993@gmail.com
drivers/gpu/drm/pl111/pl111_display.c
drivers/gpu/drm/pl111/pl111_drv.c
drivers/gpu/drm/pl111/pl111_nomadik.c
drivers/gpu/drm/pl111/pl111_nomadik.h
drivers/gpu/drm/pl111/pl111_versatile.c
drivers/gpu/drm/pl111/pl111_versatile.h