Skip to content

Commit

Permalink
[media] ddbridge: use dedicated DVB_DEVICE_CI for DuoFlex CI addon mo…
Browse files Browse the repository at this point in the history
…dules
  • Loading branch information
herrnst committed Mar 8, 2016
1 parent 23e07f2 commit 51e64ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/ddbridge/ddbridge-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ static int ddb_port_attach(struct ddb_port *port)
ret = dvb_register_device(port->dvb[0].adap,
&port->dvb[0].dev,
&dvbdev_ci, (void *) port->output,
DVB_DEVICE_SEC);
DVB_DEVICE_CI);
break;
default:
break;
Expand Down

0 comments on commit 51e64ef

Please sign in to comment.