projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d78cac
)
V4L/DVB (9009): Nova-se2 / Nova-s-plus Intersil6421 power fix to support switches.
author
Steven Toth
<stoth@linuxtv.org>
Sat, 13 Sep 2008 22:22:15 +0000
(19:22 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 12 Oct 2008 11:37:05 +0000
(09:37 -0200)
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-dvb.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88-dvb.c
b/drivers/media/video/cx88/cx88-dvb.c
index 5ff6e9d28713258d26e651ef8ab0d0685cd822fa..891acb50bd9936b44a29943a702b1b33cdc82e76 100644
(file)
--- a/
drivers/media/video/cx88/cx88-dvb.c
+++ b/
drivers/media/video/cx88/cx88-dvb.c
@@
-847,7
+847,7
@@
static int dvb_register(struct cx8802_dev *dev)
&core->i2c_adap);
if (dev->dvb.frontend) {
if (!dvb_attach(isl6421_attach, dev->dvb.frontend,
- &core->i2c_adap, 0x08,
0x00
, 0x00))
+ &core->i2c_adap, 0x08,
ISL6421_DCL
, 0x00))
goto frontend_detach;
}
break;
@@
-950,7
+950,7
@@
static int dvb_register(struct cx8802_dev *dev)
}
break;
case CX88_BOARD_TEVII_S460:
- dev->dvb.frontend = dvb_attach(cx24116_attach,
+ dev->dvb.frontend = dvb_attach(cx24116_attach,
&tevii_s460_config,
&core->i2c_adap);
if (dev->dvb.frontend != NULL) {