[PATCH] cx88-dvb: fix nxt200x rf input switching
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 24 Mar 2007 17:21:53 +0000 (13:21 -0400)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 24 Mar 2007 23:49:22 +0000 (16:49 -0700)
After dvb tuner refactoring, the pllbuff has been altered such that the pll
address is now stored in buf[0].  Instead of sending buf to set_pll_input,
we should send buf+1.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Ivan Andrewjeski <ivan@fiero-gt.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found