Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87539
b: refs/heads/master
c: 46cb57e
h: refs/heads/master
i:
  87537: 57ecc7c
  87535: 6c85178
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Mar 20, 2008
1 parent a71c147 commit a299e33
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: 8281db3b52c1b0e0bd249e8700cf35e64c1e13bd
refs/heads/master: 46cb57e62824a8d6f9e12bedc98c41738a1478ce
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 (!(ret & 0x01))
return 0;
msleep(5);
}
Expand Down

0 comments on commit a299e33

Please sign in to comment.