Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87538
b: refs/heads/master
c: 8281db3
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Mar 20, 2008
1 parent 57ecc7c commit a71c147
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: 165e1213e13b49761f8b3fd9314701f83cf3db3a
refs/heads/master: 8281db3b52c1b0e0bd249e8700cf35e64c1e13bd
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static int em28xx_write_ac97(struct em28xx *dev, u8 reg, u8 *val)
for (i = 0; i < 10; i++) {
if ((ret = em28xx_read_reg(dev, AC97BUSY_REG)) < 0)
return ret;
if (!((u8) ret) & 0x01)
if (!(((u8)ret) & 0x01))
return 0;
msleep(5);
}
Expand Down

0 comments on commit a71c147

Please sign in to comment.