Skip to content

Commit

Permalink
V4L/DVB (4277): Fix CI interface on PRO KNC1 cards
Browse files Browse the repository at this point in the history
The original driver had a restriction that if a card as an saa7113 chip,
then it cannot have a CI interface. This is not the case.

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Jun 30, 2006
1 parent fd6decf commit c5e768a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,11 +1302,7 @@ static int budget_av_attach(struct saa7146_dev *dev, struct saa7146_pci_extensio

budget_av->budget.dvb_adapter.priv = budget_av;
frontend_init(budget_av);

if (!budget_av->has_saa7113) {
ciintf_init(budget_av);
}

ciintf_init(budget_av);
return 0;
}

Expand Down

0 comments on commit c5e768a

Please sign in to comment.