i2c-omap: fixup commit cb527ede1b
whitespace
Fixup the whitespace error noticed in cb527ede1b
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
cb527ede1b
commit
a5a595cc36
1 changed files with 2 additions and 2 deletions
|
@ -847,9 +847,9 @@ complete:
|
||||||
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 &
|
||||||
|
|
Loading…
Add table
Reference in a new issue