Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118116
b: refs/heads/master
c: da6801e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jean Delvare committed Oct 30, 2008
1 parent e53928b commit c18c51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 846557d3ceb6c7493e090921db5d6158ec237228
refs/heads/master: da6801e38b7fba28fbdc0ceae6681d5a261a42a6
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static int s3c24xx_i2c_doxfer(struct s3c24xx_i2c *i2c, struct i2c_msg *msgs, int
unsigned long timeout;
int ret;

if (!readl(i2c->regs + S3C2410_IICCON) & S3C2410_IICCON_IRQEN)
if (!(readl(i2c->regs + S3C2410_IICCON) & S3C2410_IICCON_IRQEN))
return -EIO;

ret = s3c24xx_i2c_set_master(i2c);
Expand Down

0 comments on commit c18c51e

Please sign in to comment.