Hi,

On Mon, Aug 02, 2010 at 02:47:51PM +0200, ext Shubhrajyoti D wrote:
@@ -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");

you would better be searching for the cause of the timeout. 1 second is enough time (or should be) for any i2c command to complete. If you have an easy way to reproduce this problem, then better search for its rootcause. If I remember correctly, this timeout was put here for a good reason.

Tony, any comments ?

--
balbi

DefectiveByDesign.org
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to