projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82b050
)
km/common: remove printfs for i2c deblocking code
author
Holger Brunck
<
[email protected]
>
Fri, 27 Jul 2012 04:58:13 +0000
(
04:58
+0000)
committer
Heiko Schocher
<
[email protected]
>
Tue, 31 Jul 2012 06:04:13 +0000
(08:04 +0200)
This code will also be used before reallocation and during this time we
are not allowed to do these printings.
Signed-off-by: Holger Brunck <
[email protected]
>
Acked-by: Prafulla Wadaskar <
[email protected]
>
Acked-by: Heiko Schocher <
[email protected]
>
board/keymile/common/common.c
patch
|
blob
|
history
diff --git
a/board/keymile/common/common.c
b/board/keymile/common/common.c
index 1013f42e11eece580c882db6631a712ef3951411..a90f1124fbee8444c0380658f6f1b08e4070f320 100644
(file)
--- a/
board/keymile/common/common.c
+++ b/
board/keymile/common/common.c
@@
-151,7
+151,6
@@
int i2c_make_abort(void)
sda_state = get_sda();
if (scl_state && sda_state) {
ret = 0;
- printf("[INFO] i2c abort after %d clocks\n", i);
break;
}
}
@@
-159,8
+158,6
@@
int i2c_make_abort(void)
if (ret == 0)
for (i = 0; i < 5; i++)
i2c_write_start_seq();
- else
- printf("[ERROR] i2c abort failed\n");
/* respect stop setup time */
udelay(DELAY_ABORT_SEQ);