diff options
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_ca.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/dvb/mantis/mantis_ca.c b/drivers/media/dvb/mantis/mantis_ca.c index b79a89276e34..177b04813ff0 100644 --- a/drivers/media/dvb/mantis/mantis_ca.c +++ b/drivers/media/dvb/mantis/mantis_ca.c | |||
@@ -143,10 +143,7 @@ int mantis_ca_init(struct mantis_pci *mantis) | |||
143 | 143 | ||
144 | ca->ca_priv = mantis; | 144 | ca->ca_priv = mantis; |
145 | mantis->mantis_ca = ca; | 145 | mantis->mantis_ca = ca; |
146 | ca_flags = DVB_CA_EN50221_FLAG_IRQ_CAMCHANGE | | 146 | ca_flags = DVB_CA_EN50221_FLAG_IRQ_CAMCHANGE; |
147 | DVB_CA_EN50221_FLAG_IRQ_FR | | ||
148 | DVB_CA_EN50221_FLAG_IRQ_DA; | ||
149 | |||
150 | /* register CA interface */ | 147 | /* register CA interface */ |
151 | ca->en50221.owner = THIS_MODULE; | 148 | ca->en50221.owner = THIS_MODULE; |
152 | ca->en50221.read_attribute_mem = mantis_ca_read_attr_mem; | 149 | ca->en50221.read_attribute_mem = mantis_ca_read_attr_mem; |