[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cd8810afccfcc953d6cad308f820830d1afd2f36.1543837442.git.matti.vaittinen@fi.rohmeurope.com>
Date: Mon, 3 Dec 2018 14:20:53 +0200
From: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
To: mazziesaccount@...il.com, matti.vaittinen@...rohmeurope.com
Cc: mturquette@...libre.com, sboyd@...nel.org, cw00.choi@...sung.com,
krzk@...nel.org, b.zolnierkie@...sung.com, linux@...linux.org.uk,
andy.gross@...aro.org, david.brown@...aro.org, pavel@....cz,
andrew.smirnov@...il.com, lee.jones@...aro.org,
pombredanne@...b.com, sjhuang@...vatar.ai, akshu.agrawal@....com,
djkurtz@...omium.org, rafael.j.wysocki@...el.com,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v5 5/9] clk: clk-hi655x: Free of_provider at remove
use devm variant for of_provider registration so provider is freed
at exit.
Signed-off-by: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
---
drivers/clk/clk-hi655x.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/clk-hi655x.c b/drivers/clk/clk-hi655x.c
index 403a0188634a..394d0109104d 100644
--- a/drivers/clk/clk-hi655x.c
+++ b/drivers/clk/clk-hi655x.c
@@ -107,8 +107,8 @@ static int hi655x_clk_probe(struct platform_device *pdev)
if (ret)
return ret;
- return of_clk_add_hw_provider(parent->of_node, of_clk_hw_simple_get,
- &hi655x_clk->clk_hw);
+ return devm_of_clk_add_parent_hw_provider(&pdev->dev,
+ of_clk_hw_simple_get, &hi655x_clk->clk_hw);
}
static struct platform_driver hi655x_clk_driver = {
--
2.14.3
--
Matti Vaittinen
ROHM Semiconductors
~~~ "I don't think so," said Rene Descartes. Just then, he vanished ~~~
Powered by blists - more mailing lists