PM / devfreq: rockchip-dfi: Add missing of_node_put()
authorYangtao Li <tiny.windzz@gmail.com>
Sat, 14 Dec 2019 18:11:29 +0000 (18:11 +0000)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 30 Dec 2019 00:59:06 +0000 (09:59 +0900)
commitfb90fa80452b1bfd96a8decd455b294b1d672fb7
tree7af0759a63cc3fbe37692803322e46b069af178e
parent54cb5740526a2f30d57f146d8a17364c59287187
PM / devfreq: rockchip-dfi: Add missing of_node_put()

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

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/event/rockchip-dfi.c