public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Yangtao Li <tiny.windzz@gmail•com>
To: cw00.choi@samsung•com, myungjoo.ham@samsung•com,
	kyungmin.park@samsung•com, heiko@sntech•de
Cc: Yangtao Li <tiny.windzz@gmail•com>,
	linux-rockchip@lists•infradead.org, linux-kernel@vger•kernel.org,
	linux-arm-kernel@lists•infradead.org, linux-pm@vger•kernel.org
Subject: [PATCH 2/2] PM / devfreq: rk3399_dmc: add missing of_node_put()
Date: Sat, 14 Dec 2019 18:11:30 +0000	[thread overview]
Message-ID: <20191214181130.25808-2-tiny.windzz@gmail.com> (raw)
In-Reply-To: <20191214181130.25808-1-tiny.windzz@gmail.com>

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>
---
 drivers/devfreq/rk3399_dmc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/devfreq/rk3399_dmc.c b/drivers/devfreq/rk3399_dmc.c
index 2e65d7279d79..2f1027c5b647 100644
--- a/drivers/devfreq/rk3399_dmc.c
+++ b/drivers/devfreq/rk3399_dmc.c
@@ -372,6 +372,7 @@ static int rk3399_dmcfreq_probe(struct platform_device *pdev)
 	node = of_parse_phandle(np, "rockchip,pmu", 0);
 	if (node) {
 		data->regmap_pmu = syscon_node_to_regmap(node);
+		of_node_put(node);
 		if (IS_ERR(data->regmap_pmu))
 			return PTR_ERR(data->regmap_pmu);
 	}
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-12-14 18:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14 18:11 [PATCH 1/2] PM / devfreq: rockchip-dfi: add missing of_node_put() Yangtao Li
2019-12-14 18:11 ` Yangtao Li [this message]
2019-12-15 15:31   ` [PATCH 2/2] PM / devfreq: rk3399_dmc: " Chanwoo Choi
2019-12-15 15:30 ` [PATCH 1/2] PM / devfreq: rockchip-dfi: " Chanwoo Choi
2019-12-15 15:42   ` Frank Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191214181130.25808-2-tiny.windzz@gmail.com \
    --to=tiny.windzz@gmail$(echo .)com \
    --cc=cw00.choi@samsung$(echo .)com \
    --cc=heiko@sntech$(echo .)de \
    --cc=kyungmin.park@samsung$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-pm@vger$(echo .)kernel.org \
    --cc=linux-rockchip@lists$(echo .)infradead.org \
    --cc=myungjoo.ham@samsung$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox