All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] clk: at91: clk-h32mx: replace dm_warn with dev_dbg
@ 2018-05-09  7:58 Eugen Hristev
  2018-05-24 12:40 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2018-05-09  7:58 UTC (permalink / raw)
  To: u-boot

dm_warn is too noisy, replace with dev_dbg for less noise.

Based on original work by Wenyou Yang

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 drivers/clk/at91/clk-h32mx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/at91/clk-h32mx.c b/drivers/clk/at91/clk-h32mx.c
index 485a023..8f02d73 100644
--- a/drivers/clk/at91/clk-h32mx.c
+++ b/drivers/clk/at91/clk-h32mx.c
@@ -26,7 +26,7 @@ static ulong sama5d4_h32mx_clk_get_rate(struct clk *clk)
 		rate /= 2;
 
 	if (rate > H32MX_MAX_FREQ)
-		dm_warn("H32MX clock is too fast\n");
+		dev_dbg(clk->dev, "H32MX clock is too fast\n");
 
 	return rate;
 }
-- 
2.7.4

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

* [U-Boot] clk: at91: clk-h32mx: replace dm_warn with dev_dbg
  2018-05-09  7:58 [U-Boot] [PATCH] clk: at91: clk-h32mx: replace dm_warn with dev_dbg Eugen Hristev
@ 2018-05-24 12:40 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-05-24 12:40 UTC (permalink / raw)
  To: u-boot

On Wed, May 09, 2018 at 10:58:30AM +0300, Eugen Hristev wrote:

> dm_warn is too noisy, replace with dev_dbg for less noise.
> 
> Based on original work by Wenyou Yang
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180524/e3482e5a/attachment.sig>

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

end of thread, other threads:[~2018-05-24 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  7:58 [U-Boot] [PATCH] clk: at91: clk-h32mx: replace dm_warn with dev_dbg Eugen Hristev
2018-05-24 12:40 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.