thermal/drivers/int340x/processor_thermal: Fix warning for return value
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 28 Jun 2021 18:32:32 +0000 (11:32 -0700)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 4 Jul 2021 16:28:04 +0000 (18:28 +0200)
commitad079d981db6a4047b60c576df6430bed36bcd7d
treee5905d1f730ca692a2cc2546c67f06d8a071b1e4
parent24e21d9f40ec3fb4228e3427454b733316a2a6c6
thermal/drivers/int340x/processor_thermal: Fix warning for return value

Fix smatch warnings:
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c:258 proc_thermal_pci_probe() warn: missing error code 'ret'

Use PTR_ERR to return failure of thermal_zone_device_register().

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210628183232.62877-1-srinivas.pandruvada@linux.intel.com
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c