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

V4L/DVB (6231): dvb-pll: always show pll name if forced via insmod option

The name of the pll will be shown if forced via insmod option,
or if debug is enabled.
Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 704e39bf
...@@ -841,7 +841,7 @@ struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe, int pll_addr, ...@@ -841,7 +841,7 @@ struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe, int pll_addr,
fe->tuner_priv = priv; fe->tuner_priv = priv;
if (debug) { if ((debug) || (id[priv->nr] == pll_desc_id)) {
printk("dvb-pll[%d]", priv->nr); printk("dvb-pll[%d]", priv->nr);
if (i2c != NULL) if (i2c != NULL)
printk(" %d-%04x", i2c_adapter_id(i2c), pll_addr); printk(" %d-%04x", i2c_adapter_id(i2c), pll_addr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册