Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179499
b: refs/heads/master
c: cc0e4aa
h: refs/heads/master
i:
  179497: e0c3f75
  179495: cde17fd
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent dca360f commit d212303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 86c75c5c2b9318f4b3218615ada18badabd3f166
refs/heads/master: cc0e4aacaf4c3660fa759ce1299377baaf9efd8b
5 changes: 2 additions & 3 deletions trunk/drivers/media/dvb/mantis/mantis_evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ static void mantis_hifevm_work(struct work_struct *work)

if (gpif_stat & MANTIS_GPIF_BRRDY) {
dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num);
ca->sbuf_status = MANTIS_SBUF_DATA_AVAIL;
dvb_ca_en50221_frda_irq(&ca->en50221, 0);
}
if (gpif_stat & MANTIS_GPIF_WRACK)
dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Slave Write ACK", mantis->num);
Expand All @@ -82,7 +80,8 @@ static void mantis_hifevm_work(struct work_struct *work)

if (gpif_stat & MANTIS_SBUF_OPDONE) {
dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis->num);

ca->sbuf_status = MANTIS_SBUF_DATA_AVAIL;
dvb_ca_en50221_frda_irq(&ca->en50221, 0);
}
}

Expand Down

0 comments on commit d212303

Please sign in to comment.