V4L/DVB (4322): Fix dvb-pll autoprobing
authorAndrew de Quincey <adq_dvb@lidskialf.net>
Tue, 18 Jul 2006 19:37:13 +0000 (16:37 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 29 Jul 2006 20:22:26 +0000 (17:22 -0300)
commit95faba22d8b81f0cd85b995232b7d05c45a26f3e
tree1ce43205118a7bcebbcfc063a5b173c8fe398729
parent55c05b6d226f68266d1f88dd81795b04d096b1c8
V4L/DVB (4322): Fix dvb-pll autoprobing

Trent Piepho pointed out that the pll test i2c transmission is slightly
wrong; it was transmitting a zero length message, and then reading from the
PLL. This was wrong; it should only be transmitting a single read i2c message.

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/dvb-pll.c