]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
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


Trivial merge