mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-05 15:18:14 +00:00
we are returning EINVAL while the thermal_zone_device_register function fail. instead we can use the return value from the thermal_zone_device_register by using PTR_ERR. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>