]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: convert devfreq_cooling to use an IDA
authorMatthew Wilcox <mawilcox@microsoft.com>
Wed, 21 Dec 2016 17:47:06 +0000 (09:47 -0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 4 Jan 2017 04:47:28 +0000 (12:47 +0800)
commit611594994e65deb4b92da474310a288b059ce6bf
tree1a54a74d8e7f574d5a015a0e937e553715da9b6e
parenta653d7848e24d1a1997a8fdba57fc35b4a1725e7
thermal: convert devfreq_cooling to use an IDA

thermal devfreq cooling does not use the ability to look up pointers by
ID, so convert it from using an IDR to the more space-efficient IDA.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/devfreq_cooling.c