]> 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)
commit71048bfe37cea89c034d0f4f8cc4907f7d08d034
treecfbfcb4978c5cb7d4280e0a64cbe077fe660e720
parent9fb1d8827a5c036c4ba9c605995d1fbbced36640
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