Skip to content
Snippets Groups Projects
Commit 3426d65d authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

dtt, lm81: move unneccessary printf into a debug printf


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent 9e4623a0
No related branches found
No related tags found
No related merge requests found
......@@ -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() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment