mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 14:34:28 +08:00
V4L/DVB (7653): tuner-xc2028: drop the severity of version reporting
tuner-xc2028.c - Drop the severity level of the xc3028 version reporting, since it's only of interest to developers and user's don't need to have it show up in their dmesg output every time they change the channel. Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
4269a8eed2
commit
b37f2d6a31
@ -784,7 +784,7 @@ check_device:
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
tuner_info("Device is Xceive %d version %d.%d, "
|
tuner_dbg("Device is Xceive %d version %d.%d, "
|
||||||
"firmware version %d.%d\n",
|
"firmware version %d.%d\n",
|
||||||
hwmodel, (version & 0xf000) >> 12, (version & 0xf00) >> 8,
|
hwmodel, (version & 0xf000) >> 12, (version & 0xf00) >> 8,
|
||||||
(version & 0xf0) >> 4, version & 0xf);
|
(version & 0xf0) >> 4, version & 0xf);
|
||||||
|
Loading…
Reference in New Issue
Block a user