summaryrefslogtreecommitdiff
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorQianfeng Rong <rongqianfeng@vivo.com>2025-09-03 20:21:10 +0800
committerAlex Deucher <alexander.deucher@amd.com>2025-09-05 16:06:37 -0400
commit3f36e712a8b17d49c089706e229849d3f745a540 (patch)
tree1bc5565cc20ed952d7518e3d46569b1c4acde3e2 /rust/helpers/helpers.c
parent086f66edf9244d8c05b0ddf24631fe7f3472ac45 (diff)
drm/radeon/ci_dpm: Use int type to store negative error codes
Change the 'ret' variable in ci_populate_all_graphic_levels() and ci_populate_all_memory_levels() from u32 to int, as it needs to store either negative error codes or zero returned by other functions. Storing the negative error codes in unsigned type, doesn't cause an issue at runtime but can be confusing. Additionally, assigning negative error codes to unsigned type may trigger a GCC warning when the -Wsign-conversion flag is enabled. No effect on runtime. Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions