thermal: int340x: Prevent error in reading trip hysteresis attribute
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Sat, 26 May 2018 01:10:10 +0000 (18:10 -0700)
committerZhang Rui <rui.zhang@intel.com>
Wed, 30 May 2018 06:22:26 +0000 (14:22 +0800)
commitd8e3a61318b9b18b56680bd62e93afbafae16263
treea647787c4547d076a17c2dd99b4234d11906d26d
parent771c577c23bac90597c685971d7297ea00f99d11
thermal: int340x: Prevent error in reading trip hysteresis attribute

Some of the INT340X devices may not have hysteresis defined in the ACPI
definition. In that case reading trip hysteresis results in error. This
spams logs of user space utilities.

In this case instead of returning error, just return hysteresis as 0,
which is correct as there is no hysteresis defined for the device.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/int340x_thermal/int340x_thermal_zone.c