]> 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>
Thu, 25 Aug 2016 09:49:38 +0000 (05:49 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Aug 2016 09:49:38 +0000 (05:49 -0400)
commit5079915a65e6995425919a9c70877b3ceda1ab5f
tree48e3f1e1594d96910a41815f20653a6a1163282d
parent893e666711b47347c674c8ae709166f9e48c6ba2
parent4e421b9154ba21e143b372cc762639e8e2b7cec7
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux

Pull thermal fixes from Zhang Rui:

 - Fix cpu_cooling to have separate thermal_cooling_device_ops
   structures for cpus with and without power model, to avoid NULL
   dereference in cpufreq_state2power.  From Brendan Jackman.

 - Fix a possible NULL dereference in imx_thermal driver.  From Corentin
   LABBE.

 - Another two trivial fixes, one typo fix and one deleting module
   owner.  From Caesar Wang and Markus Elfring.

* 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
  thermal: imx: fix a possible NULL dereference
  thermal: trivial: fix the typo
  Thermal-INT3406: Delete owner assignment
  thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2power