projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346d490
)
[media] si2168: change firmware version print from debug to info
author
Antti Palosaari
<
[email protected]
>
Fri, 5 Dec 2014 18:04:12 +0000
(15:04 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 29 Jan 2015 20:42:12 +0000
(18:42 -0200)
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: Antti Palosaari <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb-frontends/si2168.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/si2168.c
b/drivers/media/dvb-frontends/si2168.c
index b23ae3a03a83d5bdc3abd79789ab5b67b138ece8..f953178b6bfcdd8c3603cdc62e0f88c988ae9362 100644
(file)
--- a/
drivers/media/dvb-frontends/si2168.c
+++ b/
drivers/media/dvb-frontends/si2168.c
@@
-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 */