mod i2c
author柯飞雄 <kfx@rock-chips.com>
Thu, 13 May 2010 10:56:00 +0000 (10:56 +0000)
committer黄涛 <huangtao@rock-chips.com>
Mon, 21 Jun 2010 05:34:53 +0000 (13:34 +0800)
drivers/i2c/busses/i2c-rk2818.c

index aba41ea36b659d2af0b54931dc9b936eece2d7a7..334b949dfb5e283600f0aa8422529626ac6f110f 100755 (executable)
@@ -419,7 +419,7 @@ static int rk2818_xfer_msg(struct i2c_adapter *adap,
                        if(ret != 0)
                        {
                                dev_err(i2c->dev, "tx success wait bus busy time out\n");
-                               return ret;
+                               goto exit_disable;
                        }
                }
        }