mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx: remove leftover debug printk's from pll14xx
@ 2020-08-20 19:45 Lucas Stach
  2020-08-20 19:45 ` [PATCH 2/2] clk: imx8mm: fix CPU clock Lucas Stach
  2020-09-30 12:40 ` [PATCH 1/2] clk: imx: remove leftover debug printk's from pll14xx Lucas Stach
  0 siblings, 2 replies; 5+ messages in thread
From: Lucas Stach @ 2020-08-20 19:45 UTC (permalink / raw)
  To: barebox

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/clk/imx/clk-pll14xx.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/clk/imx/clk-pll14xx.c b/drivers/clk/imx/clk-pll14xx.c
index 91e9624a606d..6ba519516b9f 100644
--- a/drivers/clk/imx/clk-pll14xx.c
+++ b/drivers/clk/imx/clk-pll14xx.c
@@ -358,8 +358,7 @@ static void clk_pll14xx_unprepare(struct clk *clk)
 {
 	struct clk_pll14xx *pll = to_clk_pll14xx(clk);
 	u32 val;
-printf("%s %p\n", __func__, pll);
-printf("%s %p\n", __func__, pll->base);
+
 	/*
 	 * Set RST to 0, power down mode is enabled and
 	 * every digital block is reset
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-02  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20 19:45 [PATCH 1/2] clk: imx: remove leftover debug printk's from pll14xx Lucas Stach
2020-08-20 19:45 ` [PATCH 2/2] clk: imx8mm: fix CPU clock Lucas Stach
2020-08-21  4:41   ` Sascha Hauer
2020-09-30 12:40 ` [PATCH 1/2] clk: imx: remove leftover debug printk's from pll14xx Lucas Stach
2020-10-02  4:13   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox