diff options
author | Roman Li <Roman.Li@amd.com> | 2024-07-30 17:32:35 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-13 10:44:09 -0400 |
commit | 3bb41f2e9134906e0814766c07dfbdd9de0bfaf5 (patch) | |
tree | 64f6b4ac27c299a74635008a6b4fc35347029c25 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | a1fc9f584c4aaf8bc1ebfa459fc57a3f26a290d8 (diff) |
drm/amd/display: Fix print format specifiers in DC_LOG_IPS
[Why]
%d specifier is used for printing unsigned values.
It can result in negative values in logs for unsigned variables.
[How]
Replace %d with %u for unsigned.
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions