Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19939
b: refs/heads/master
c: 3875818
h: refs/heads/master
i:
  19937: 8c07e78
  19935: 1c0279a
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 23, 2006
1 parent 5371943 commit 16ae09d
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: c73e4486bca4108cdc2dcc080306af4d7d75c1db
refs/heads/master: 3875818f832f568b1755d8a0ba20166cae5cd414
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 16ae09d

Please sign in to comment.