summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/dvb-pll.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-09-09 13:00:45 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 22:14:46 -0300
commitff3e7dd5809fb632447f1aa6de6b3ffb755727dd (patch)
treeab78263056307474e74264086516557eb2634f2f /drivers/media/dvb/frontends/dvb-pll.c
parent05a4611b5d71ad6f968fdeef092c24914570898b (diff)
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.c2
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;