Thermal/int340x: Clear the error value of the last acpi_bus_get_device() call
authorIlkka Koskinen <ilkka.koskinen@linux.intel.com>
Tue, 9 Dec 2014 02:01:31 +0000 (18:01 -0800)
committerZhang Rui <rui.zhang@intel.com>
Tue, 9 Dec 2014 06:05:05 +0000 (14:05 +0800)
Previously the return value of the last acpi_bus_get_device() was
returned. However, since we only report those issues, it should be
cleared to continue as expected.

Signed-off-by: Ilkka Koskinen <ilkka.koskinen@linux.intel.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>

No differences found