diff options
| author | Roman Li <[email protected]> | 2024-07-30 17:32:35 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-13 10:44:09 -0400 |
| commit | 3bb41f2e9134906e0814766c07dfbdd9de0bfaf5 (patch) | |
| tree | 64f6b4ac27c299a74635008a6b4fc35347029c25 /tools/perf/scripts/python/flamegraph.py | |
| 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 <[email protected]>
Signed-off-by: Roman Li <[email protected]>
Signed-off-by: Tom Chung <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions