public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] dtt, lm81: move unneccessary printf into a debug printf
@ 2009-08-11  8:37 Heiko Schocher
  2009-08-11 19:59 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2009-08-11  8:37 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 drivers/hwmon/lm81.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/lm81.c b/drivers/hwmon/lm81.c
index 668ee9f..afe5b0d 100644
--- a/drivers/hwmon/lm81.c
+++ b/drivers/hwmon/lm81.c
@@ -109,7 +109,7 @@ static int _dtt_init(int sensor)
 	if (adr < 0)
 		return 1;

-	printf ("DTT:   Found LM81@%x Rev: %d\n", adr, rev);
+	debug ("DTT:   Found LM81@%x Rev: %d\n", adr, rev);
 	return 0;
 } /* _dtt_init() */

-- 
1.6.0.6

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [U-Boot] dtt, lm81: move unneccessary printf into a debug printf
  2009-08-11  8:37 [U-Boot] dtt, lm81: move unneccessary printf into a debug printf Heiko Schocher
@ 2009-08-11 19:59 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-08-11 19:59 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <4A812DE6.5040204@denx.de> you wrote:
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
>  drivers/hwmon/lm81.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Probably the best operating system in the world  is  the  [operating
system] made for the PDP-11 by Bell Laboratories."
                                           - Ted Nelson, October 1977

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

end of thread, other threads:[~2009-08-11 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11  8:37 [U-Boot] dtt, lm81: move unneccessary printf into a debug printf Heiko Schocher
2009-08-11 19:59 ` Wolfgang Denk

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