Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21595
b: refs/heads/master
c: cbcf749
h: refs/heads/master
i:
  21593: 96d6e74
  21591: 2ba6fe9
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 23, 2006
1 parent ffd6e61 commit 6772517
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: 757d250518c4905c5d13c8974446e08a2e3cf244
refs/heads/master: cbcf749382a7bbf70b1bbf6eeb3234d1682c9f17
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 @@ -253,7 +253,7 @@ int em28xx_write_ac97(struct em28xx *dev, u8 reg, u8 * val)
if ((ret = em28xx_read_reg(dev, AC97BUSY_REG)) < 0)
return ret;
else if (((u8) ret) & 0x01) {
em28xx_warn ("AC97 command still being exectuted: not handled properly!\n");
em28xx_warn ("AC97 command still being executed: not handled properly!\n");
}
return 0;
}
Expand Down

0 comments on commit 6772517

Please sign in to comment.