aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorYang Li <[email protected]>2023-07-27 09:43:15 +0800
committerHans de Goede <[email protected]>2023-07-31 16:01:58 +0200
commit785c00993dc4c4bb2f7b0f3a3f29c03a6f7aab2e (patch)
tree894d5156bd9b8183dbee355640cddc4644d361c5 /lib/mpi/mpi-sub-ui.c
parentc21733754cd6ecbca346f2adf9b17d4cfa50504f (diff)
platform/x86/amd/pmf: Fix unsigned comparison with less than zero
The return value from the call to amd_pmf_get_pprof_modes() is int. However, the return value is being assigned to an unsigned char variable 'mode', so making 'mode' an int. silence the warning: ./drivers/platform/x86/amd/pmf/sps.c:183:5-9: WARNING: Unsigned expression compared with zero: mode < 0 Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5995 Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions