drm/drm_print: correct format problem
authorWayne Lin <Wayne.Lin@amd.com>
Fri, 23 Dec 2022 01:57:02 +0000 (09:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:33:57 +0000 (09:33 +0100)
commit214cdbe17923f5e1ed1ff7ba19bac0901fc887e4
tree2e4539fb50b82a19fce4da882dd314d327898ab4
parentd50cd50f612a0ae1a6ee085fe6b1717d1d2cfc8e
drm/drm_print: correct format problem

[ Upstream commit d987150b539271b0394f24c1c648d2846662adb4 ]

[why & how]
__drm_dbg() parameter set format is wrong and not aligned with the
format under CONFIG_DRM_USE_DYNAMIC_DEBUG is on. Fix it.

Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/drm/drm_print.h