提交 ff3e7dd5 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

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: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 05a4611b
...@@ -40,7 +40,7 @@ struct dvb_pll_priv { ...@@ -40,7 +40,7 @@ struct dvb_pll_priv {
u32 bandwidth; u32 bandwidth;
}; };
#define DVB_PLL_MAX 16 #define DVB_PLL_MAX 64
static unsigned int dvb_pll_devcount; static unsigned int dvb_pll_devcount;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册