dtt, lm81: move unneccessary printf into a debug printf
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
9e4623a0ad
commit
3426d65daa
@ -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() */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user