Files
linux/drivers
Roman Li 3bb41f2e91 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>
2024-08-13 10:44:09 -04:00
..
2024-06-21 12:55:12 +02:00
2024-07-05 10:47:28 +02:00
2024-05-23 00:29:19 +02:00
2024-07-05 10:47:28 +02:00
2024-07-05 10:47:28 +02:00
2024-05-07 23:40:46 +02:00