Skip to content

Commit

Permalink
V4L/DVB (13755): [Mantis CA] CAM_CONTROL: Use appropriate flags
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 990f8d1 commit f9ce1c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/dvb/mantis/mantis_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ int mantis_ca_init(struct mantis_pci *mantis)

ca->ca_priv = mantis;
mantis->mantis_ca = ca;
ca_flags = DVB_CA_EN50221_FLAG_IRQ_CAMCHANGE |
DVB_CA_EN50221_FLAG_IRQ_FR |
DVB_CA_EN50221_FLAG_IRQ_DA;

/* register CA interface */
ca->en50221.owner = THIS_MODULE;
Expand Down

0 comments on commit f9ce1c3

Please sign in to comment.