diff options
author | Ben Dooks <ben-linux@fluff.org> | 2011-02-23 00:43:55 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-02-23 00:43:55 +0000 |
commit | a5a595cc36bbbe16f6a3f0e6968f94a0604bfd28 (patch) | |
tree | 4a85a047be345a9bf5afe51d3adcd5bfa91a431b /drivers | |
parent | cb527ede1bf6ff2008a025606f25344b8ed7b4ac (diff) | |
download | linux-a5a595cc36bbbe16f6a3f0e6968f94a0604bfd28.tar.bz2 |
i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespace
Fixup the whitespace error noticed in cb527ede1bf6ff2008a025606f25344b8ed7b4ac
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/busses/i2c-omap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index e3f925ac1c39..829a2a1029f7 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c @@ -847,9 +847,9 @@ complete: 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 & |