linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [RFC] Remove the debug print noise
@ 2010-08-02 12:47 Shubhrajyoti D
  2010-08-02 12:52 ` Felipe Balbi
  2010-08-10 10:39 ` DebBarma, Tarun Kanti
  0 siblings, 2 replies; 7+ messages in thread
From: Shubhrajyoti D @ 2010-08-02 12:47 UTC (permalink / raw)
  To: linux-omap; +Cc: Shubhrajyoti D

This patch intends to make the i2cdetect more readable.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
---
 drivers/i2c/busses/i2c-omap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index 7674efb..3a97d2c 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -626,7 +626,7 @@ static int omap_i2c_xfer_msg(struct i2c_adapter *adap,
 	if (r < 0)
 		return r;
 	if (r == 0) {
-		dev_err(dev->dev, "controller timed out\n");
+		dev_dbg(dev->dev, "controller timed out\n");
 		omap_i2c_init(dev);
 		return -ETIMEDOUT;
 	}
-- 
1.7.0.4


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

end of thread, other threads:[~2010-08-10 11:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 12:47 [PATCH] [RFC] Remove the debug print noise Shubhrajyoti D
2010-08-02 12:52 ` Felipe Balbi
2010-08-02 12:59   ` Datta, Shubhrajyoti
2010-08-02 13:47     ` Nishanth Menon
2010-08-06  9:14       ` Tony Lindgren
2010-08-10 10:39 ` DebBarma, Tarun Kanti
2010-08-10 11:52   ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).