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)
commit61c04572de404e52a655a36752e696bbcb483cf5
tree48e3f1e1594d96910a41815f20653a6a1163282d
parent4935e04ef431c7980ba6e8145ad4c697abccf6b9
parent829bc78aa7628e81a9de717316b85cbee3c5eb86
Merge branch 'for-rc' of git://git./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