projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9e4623a
)
dtt, lm81: move unneccessary printf into a debug printf
author
Heiko Schocher
<hs@denx.de>
Tue, 11 Aug 2009 08:37:58 +0000
(10:37 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 11 Aug 2009 19:59:08 +0000
(21:59 +0200)
Signed-off-by: Heiko Schocher <hs@denx.de>
drivers/hwmon/lm81.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/lm81.c
b/drivers/hwmon/lm81.c
index
668ee9f
..
afe5b0d
100644
(file)
--- 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;
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() */
return 0;
} /* _dtt_init() */