Commit a5a595cc authored by Ben Dooks's avatar Ben Dooks

i2c-omap: fixup commit cb527ede whitespace

Fixup the whitespace error noticed in cb527edeSigned-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent cb527ede
...@@ -847,9 +847,9 @@ omap_i2c_isr(int this_irq, void *dev_id) ...@@ -847,9 +847,9 @@ omap_i2c_isr(int this_irq, void *dev_id)
dev_err(dev->dev, "Arbitration lost\n"); dev_err(dev->dev, "Arbitration lost\n");
err |= OMAP_I2C_STAT_AL; err |= OMAP_I2C_STAT_AL;
} }
/* /*
* ProDB0017052: Clear ARDY bit twice * ProDB0017052: Clear ARDY bit twice
*/ */
if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK | if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK |
OMAP_I2C_STAT_AL)) { OMAP_I2C_STAT_AL)) {
omap_i2c_ack_stat(dev, stat & omap_i2c_ack_stat(dev, stat &
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment