summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2023-01-06 08:59:51 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-11 16:31:45 +0100
commit77752ff4bd7073a9c98c2527c107a3ad9d1b8196 (patch)
tree0ad8feef497e8c55685734f827c47d79ad1a96bf /kernel
parent83f20fa16909799082609830929ee3c067bcb098 (diff)
thermal: intel: Fix unsigned comparison with less than zero
[ Upstream commit e7fcfe67f9f410736b758969477b17ea285e8e6c ] The return value from the call to intel_tcc_get_tjmax() is int, which can be a negative error code. However, the return value is being assigned to an u32 variable 'tj_max', so making 'tj_max' an int. Eliminate the following warning: ./drivers/thermal/intel/intel_soc_dts_iosf.c:394:5-11: WARNING: Unsigned expression compared with zero: tj_max < 0 Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3637 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Acked-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions