[U-Boot] dtt, lm81: move unneccessary printf into a debug printf

11 Aug
2009
11 Aug
'09
10:37 a.m.
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

11 Aug
11 Aug
9:59 p.m.
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@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
5749
Age (days ago)
5749
Last active (days ago)
1 comments
2 participants
participants (2)
-
Heiko Schocher
-
Wolfgang Denk