From: Holger Brunck Date: Fri, 27 Jul 2012 04:58:13 +0000 (+0000) Subject: km/common: remove printfs for i2c deblocking code X-Git-Tag: v2012.10-rc1~415^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e69e482bbf16795539af112d6a21d4ddaee35105;p=u-boot km/common: remove printfs for i2c deblocking code 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 Acked-by: Prafulla Wadaskar Acked-by: Heiko Schocher --- diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 1013f42e11..a90f1124fb 100644 --- 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);