Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92621
b: refs/heads/master
c: 8727073
h: refs/heads/master
i:
  92619: 05c3940
v: v3
  • Loading branch information
Christoph Pfister authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 32c72c6 commit 7dfb2e8
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: d5a50e498603f5fa78e0373c389e2d2c3c13d709
refs/heads/master: 8727073beff795ec0c9cb18833431d0b606f8264
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static int ciintf_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 addre
udelay(1);

result = ttpci_budget_debiread(&budget_av->budget, DEBICICAM, address & 3, 1, 0, 0);
if ((result == -ETIMEDOUT) || ((result == 0xff) && ((address & 3) < 2))) {
if (result == -ETIMEDOUT) {
ciintf_slot_shutdown(ca, slot);
printk(KERN_INFO "budget-av: cam ejected 3\n");
return -ETIMEDOUT;
Expand Down

0 comments on commit 7dfb2e8

Please sign in to comment.