[GIT PULL] Thermal management updates for v5.0-rc4

From: Zhang Rui
Date: Tue Jan 22 2019 - 21:45:27 EST


Hi, Linus,

Please pull from
 git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git for-rc

to receive the latest Thermal management updates for v5.0-rc4 with
top-most commit 129699bb8c7572106b5bbb2407c2daee4727ccad:

 drivers: thermal: int340x_thermal: Fix sysfs race condition (2019-01-
18 15:23:04 +0800)

on top of commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

 Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

Specifics:

- Fix a race condition that sysfs could be accessed before necessary
initialization in int340x thermal driver. (Aaron Hill)

- Fix a NULL vs IS_ERR() check in int340x thermal driver. (Dan
Carpenter)

thanks,
rui

----------------------------------------------------------------
Aaron Hill (1):
ÂÂÂÂÂÂdrivers: thermal: int340x_thermal: Fix sysfs race condition

Dan Carpenter (1):
ÂÂÂÂÂÂthermal: int340x_thermal: Fix a NULL vs IS_ERR() check

Â.../int340x_thermal/processor_thermal_device.cÂÂÂÂÂ| 30 ++++++++++++
----------
Â1 file changed, 16 insertions(+), 14 deletions(-)