projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd6decf
)
V4L/DVB (4277): Fix CI interface on PRO KNC1 cards
author
Andrew de Quincey
<
[email protected]
>
Thu, 29 Jun 2006 16:16:11 +0000
(13:16 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 30 Jun 2006 18:59:40 +0000
(15:59 -0300)
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 <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/ttpci/budget-av.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget-av.c
b/drivers/media/dvb/ttpci/budget-av.c
index 3df5d793147f46565ab6a901dc5fddf020766072..5f111d407730611a661c50b00028f356638efe26 100644
(file)
--- a/
drivers/media/dvb/ttpci/budget-av.c
+++ b/
drivers/media/dvb/ttpci/budget-av.c
@@
-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;
}