]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Jan 2019 03:23:41 +0000 (16:23 +1300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Jan 2019 03:23:41 +0000 (16:23 +1300)
commit333478a7eb21245880c89aad166ad08478cc577d
tree3b19b7234b0d5856e67dfd44c8416a5c695d0c28
parent0b0d4be6b4880c7199d41afe4d9a3f20f47fd9bb
parent129699bb8c7572106b5bbb2407c2daee4727ccad
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux

Pull thermal management fixes from Zhang Rui:

 - 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)

* 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
  drivers: thermal: int340x_thermal: Fix sysfs race condition
  thermal: int340x_thermal: Fix a NULL vs IS_ERR() check