]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitcf736ea6f902c26e03895dc7f5ccbc55cdc68e6e
treecfbfcb4978c5cb7d4280e0a64cbe077fe660e720
parent7ddab73346a1277b90fd6a4d044bc948f9cc9ad8
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