OSDN Git Service

drm/drm_print: correct format problem
authorWayne Lin <Wayne.Lin@amd.com>
Fri, 23 Dec 2022 01:57:02 +0000 (09:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jan 2023 18:25:39 +0000 (13:25 -0500)
commitd987150b539271b0394f24c1c648d2846662adb4
tree9a67d52fe0985233d747320a26f4e3a1ed42a784
parent2daeb74b7d66362de8e15b983e310e85f01930e5
drm/drm_print: correct format problem

[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>
include/drm/drm_print.h