diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-09-09 18:00:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 03:14:46 +0200 |
commit | ff3e7dd5809fb632447f1aa6de6b3ffb755727dd (patch) | |
tree | ab78263056307474e74264086516557eb2634f2f /drivers/media/dvb/frontends/dvb-pll.c | |
parent | V4L/DVB (6228): dvb-pll: add module option to specify rf input (diff) | |
download | linux-ff3e7dd5809fb632447f1aa6de6b3ffb755727dd.tar.xz linux-ff3e7dd5809fb632447f1aa6de6b3ffb755727dd.zip |
V4L/DVB (6229): dvb-pll: increase DVB_PLL_MAX to 64
Increased DVB_PLL_MAX from 16 to a figure that would never be reached in a
practical sense.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.c b/drivers/media/dvb/frontends/dvb-pll.c index 7b133248b2bd..0fb4d453ae5b 100644 --- a/drivers/media/dvb/frontends/dvb-pll.c +++ b/drivers/media/dvb/frontends/dvb-pll.c @@ -40,7 +40,7 @@ struct dvb_pll_priv { u32 bandwidth; }; -#define DVB_PLL_MAX 16 +#define DVB_PLL_MAX 64 static unsigned int dvb_pll_devcount; |