All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] i2c-imx: change log level for No ACK
@ 2010-05-24 11:55 Eric Bénard
  2010-05-24 11:55 ` [PATCH 2/3] commands: add i2c commands Eric Bénard
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Bénard @ 2010-05-24 11:55 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 drivers/i2c/i2c-imx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/i2c/i2c-imx.c b/drivers/i2c/i2c-imx.c
index 03e3785..cc64d94 100644
--- a/drivers/i2c/i2c-imx.c
+++ b/drivers/i2c/i2c-imx.c
@@ -214,7 +214,7 @@ static int i2c_imx_acked(struct i2c_adapter *adapter)
 			break;
 
 		if (is_timeout(start, MSECOND)) {
-			dev_err(adapter->dev, "<%s> No ACK\n", __func__);
+			dev_dbg(adapter->dev, "<%s> No ACK\n", __func__);
 			return -EIO;
 		}
 	}
-- 
1.6.3.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-24 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24 11:55 [PATCH 1/3] i2c-imx: change log level for No ACK Eric Bénard
2010-05-24 11:55 ` [PATCH 2/3] commands: add i2c commands Eric Bénard
2010-05-24 11:55   ` [PATCH 3/3] i2c: implement i2c_get_adapter() Eric Bénard
2010-05-24 12:10   ` [PATCH 2/3] commands: add i2c commands Eric Bénard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.