Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 955e0ab8 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 346d4900
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */