aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2011-02-22 19:43:55 -0500
committerBen Dooks <ben-linux@fluff.org>2011-02-22 19:43:55 -0500
commita5a595cc36bbbe16f6a3f0e6968f94a0604bfd28 (patch)
tree4a85a047be345a9bf5afe51d3adcd5bfa91a431b
parentcb527ede1bf6ff2008a025606f25344b8ed7b4ac (diff)
i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespace
Fixup the whitespace error noticed in cb527ede1bf6ff2008a025606f25344b8ed7b4ac Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r--drivers/i2c/busses/i2c-omap.c4
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:
847 dev_err(dev->dev, "Arbitration lost\n"); 847 dev_err(dev->dev, "Arbitration lost\n");
848 err |= OMAP_I2C_STAT_AL; 848 err |= OMAP_I2C_STAT_AL;
849 } 849 }
850 /* 850 /*
851 * ProDB0017052: Clear ARDY bit twice 851 * ProDB0017052: Clear ARDY bit twice
852 */ 852 */
853 if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK | 853 if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK |
854 OMAP_I2C_STAT_AL)) { 854 OMAP_I2C_STAT_AL)) {
855 omap_i2c_ack_stat(dev, stat & 855 omap_i2c_ack_stat(dev, stat &