]> git.karo-electronics.de Git - karo-tx-linux.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)
commit3427c6f0b6f5643543f9b6c55f80bee83c0d5ff3
tree958f954cd3077f43a624141e6a9bb33f4b8c7cd8
parent99e65ae09a1c853fe36a89d9333fdcbff07de327
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