Skip to content

Commit

Permalink
V4L/DVB (6229): dvb-pll: increase DVB_PLL_MAX to 64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 05a4611 commit ff3e7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/dvb-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ff3e7dd

Please sign in to comment.