提交 955e0ab8 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

[media] si2168: change firmware version print from debug to info

Even firmware version is not needed to know, it is still interesting
and useful to know some cases. Due to that increase its printing to
info log level.
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 346d4900
......@@ -504,7 +504,7 @@ static int si2168_init(struct dvb_frontend *fe)
if (ret)
goto err;
dev_dbg(&client->dev, "firmware version: %c.%c.%d\n",
dev_info(&client->dev, "firmware version: %c.%c.%d\n",
cmd.args[6], cmd.args[7], cmd.args[8]);
/* set ts mode */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册