]> git.baikalelectronics.ru Git - kernel.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)
commit592c74e66f998ede38be4a7d5227d6544308c77b
tree3b19b7234b0d5856e67dfd44c8416a5c695d0c28
parent71b9d9b954e571c16b0a9a26e9c644fdab2af7dd
parent74c1121a6485a2c69501985b5edf2f4706bd7d7b
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