V4L/DVB (4438): Fix dvb_pll_attach for nxt2004-based cards
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 8 Aug 2006 18:48:08 +0000 (15:48 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 14:53:40 +0000 (11:53 -0300)
commit4ad8eee5ac8d8336ac7965e4a4027a7b4ec080f1
tree3ded043f9341c69ac72a761c9213cfd5e5d33cae
parentc162dff6437d5f66c272b1811074ee32c53d17b9
V4L/DVB (4438): Fix dvb_pll_attach for nxt2004-based cards

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.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-dvb.c
drivers/media/video/saa7134/saa7134-dvb.c