V4L/DVB (6226): dvb-pll: pass fe pointer into dvb_pll_configure() and set() functions
authorMichael Krufky <mkrufky@linuxtv.org>
Fri, 7 Sep 2007 21:03:58 +0000 (18:03 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:14:45 +0000 (22:14 -0300)
commit5d7802b2617d785ea0b8631b0605defc19ee6561
treeeafd32220d566e21629c85c1b60079aeecbecd8c
parentf438d97447d4ccd241db8477f62a0647b9e8220e
V4L/DVB (6226): dvb-pll: pass fe pointer into dvb_pll_configure() and set() functions

The pll-specific set() function will need access to the dvb_pll_priv
structure for new functionality.  This patch gives access to this
structure to the required functions.

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