Re: [PATCHv3 17/17] i2c: omap: get rid of the "complete" label

2012-07-02 Thread Felipe Balbi
Hi, On Fri, Jun 29, 2012 at 03:43:37PM +0530, Shubhrajyoti D wrote: > @@ -962,7 +972,7 @@ complete: > ret = omap_i2c_transmit_data(dev, num_bytes, true); > stat = omap_i2c_read_reg(dev, OMAP_I2C_STAT_REG); this isn't needed anymore. please remove. >

[PATCHv3 17/17] i2c: omap: get rid of the "complete" label

2012-06-29 Thread Shubhrajyoti D
From: Felipe Balbi we can ack stat and complete the command from the errata handling itself. Signed-off-by: Felipe Balbi Signed-off-by: Shubhrajyoti D --- drivers/i2c/busses/i2c-omap.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/busses/