diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_evm.c b/drivers/media/dvb/mantis/mantis_evm.c index 1594bb85a20f..d603601c09b1 100644 --- a/drivers/media/dvb/mantis/mantis_evm.c +++ b/drivers/media/dvb/mantis/mantis_evm.c | |||
@@ -87,7 +87,6 @@ static void mantis_hifevm_work(struct work_struct *work) | |||
87 | if (gpif_stat & MANTIS_SBUF_OPDONE) { | 87 | if (gpif_stat & MANTIS_SBUF_OPDONE) { |
88 | dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis->num); | 88 | dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer operation complete", mantis->num); |
89 | ca->sbuf_status = MANTIS_SBUF_DATA_AVAIL; | 89 | ca->sbuf_status = MANTIS_SBUF_DATA_AVAIL; |
90 | dvb_ca_en50221_frda_irq(&ca->en50221, 0); | ||
91 | } | 90 | } |
92 | } | 91 | } |
93 | 92 | ||