drm/i915/hwmon: Fix static analysis tool reported issues
authorKarthik Poosa <karthik.poosa@intel.com>
Mon, 4 Dec 2023 14:48:09 +0000 (20:18 +0530)
committerAnshuman Gupta <anshuman.gupta@intel.com>
Wed, 13 Dec 2023 10:27:15 +0000 (15:57 +0530)
commitac3420d3d428443a08b923f9118121c170192b62
tree9a35e3374eedaa28ed9eee24f7b4f0b4250d6336
parent5169477081a1ed08924949e4893732de92ad7d25
drm/i915/hwmon: Fix static analysis tool reported issues

Updated i915 hwmon with fixes for issues reported by static analysis tool.
Fixed integer overflow with upcasting.

v2:
- Added Fixes tag (Badal).
- Updated commit message as per review comments (Anshuman).

Fixes: 4c2572fe0ae7 ("drm/i915/hwmon: Expose power1_max_interval")
Reviewed-by: Badal Nilawar <badal.nilawar@intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Karthik Poosa <karthik.poosa@intel.com>
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231204144809.1518704-1-karthik.poosa@intel.com
drivers/gpu/drm/i915/i915_hwmon.c