]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: power_allocator: do not use devm* interfaces
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 4 Aug 2015 16:33:40 +0000 (09:33 -0700)
committerEduardo Valentin <edubezval@gmail.com>
Fri, 14 Aug 2015 04:42:09 +0000 (21:42 -0700)
commit35f80fc4cc9122abdf0778497f5cdbb214126c18
treecfbfcb4978c5cb7d4280e0a64cbe077fe660e720
parent1042a7880c7c75f656584ce91e9e7823f4de7ccc
thermal: power_allocator: do not use devm* interfaces

The code in question is called outside of standard driver
probe()/remove() callbacks and thus will not benefit from use of devm*
infrastructure.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/power_allocator.c