Skip to content

Commit

Permalink
i2c-omap: fixup commit cb527ed whitespace
Browse files Browse the repository at this point in the history
Fixup the whitespace error noticed in cb527ed

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Feb 23, 2011
1 parent cb527ed commit a5a595c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ omap_i2c_isr(int this_irq, void *dev_id)
dev_err(dev->dev, "Arbitration lost\n");
err |= OMAP_I2C_STAT_AL;
}
/*
/*
* ProDB0017052: Clear ARDY bit twice
*/
*/
if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK |
OMAP_I2C_STAT_AL)) {
omap_i2c_ack_stat(dev, stat &
Expand Down

0 comments on commit a5a595c

Please sign in to comment.