]> git.baikalelectronics.ru Git - kernel.git/commit
PM / devfreq: add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Fri, 1 Jul 2016 09:42:00 +0000 (17:42 +0800)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 6 Jul 2016 04:11:24 +0000 (13:11 +0900)
commit8d6523da7c5743ce7af9de81198302b53f43ea61
tree958f954cd3077f43a624141e6a9bb33f4b8c7cd8
parent1a3253ece27cb8ef8dd8dc8c7b4dc61b967e15dd
PM / devfreq: add missing of_node_put after calling of_parse_phandle

of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.

Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/devfreq.c