summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-08-05 17:13:23 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-08-05 17:13:23 -0400
commit689f80f8f05b9553fe4b3960d5883e251229d29b (patch)
treed507e9dc9415d2aeff9a5fe9bceeb99028bc7603 /linux/drivers/media/video/cx88/cx88-dvb.c
parent8574878c74b58b873b49982fe2bd8b5fb15c8903 (diff)
downloadmediapointer-dvb-s2-689f80f8f05b9553fe4b3960d5883e251229d29b.tar.gz
mediapointer-dvb-s2-689f80f8f05b9553fe4b3960d5883e251229d29b.tar.bz2
fix dvb_pll_attach for nxt2004-based cards
From: Michael Krufky <mkrufky@linuxtv.org> The test in dvb-pll to see if a tuner's PLL responds when attaching fails on NXT2004 based boards before the firmware is loaded. This patch allows us to avoid this test by not passing an I2C bus handle to the dvb_pll_attach routine, just as Chris Pascoe has done for MT352 and ZL10353 based boards when used in cx88-dvb. CC: Chris Pascoe <c.pascoe@itee.uq.edu.au> CC: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index 7d7c396a5..7c7a24e2c 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -702,8 +702,7 @@ static int dvb_register(struct cx8802_dev *dev)
&dev->core->i2c_adap);
if (dev->dvb.frontend != NULL) {
dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61,
- &dev->core->i2c_adap,
- &dvb_pll_tuv1236d);
+ NULL, &dvb_pll_tuv1236d);
}
break;
case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: