OSDN Git Service

[media] Remove spurious blank lines in dw2101 kernel messages
authorJonathan McDowell <noodles@earth.li>
Mon, 6 Jun 2016 13:23:59 +0000 (10:23 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Jul 2016 10:44:01 +0000 (07:44 -0300)
commit0385443fec6b56b4b22f1940ab8607a074a5c17a
tree7ae9967afb23a2dff2e61913d4da544f1f5f12f2
parent25f1ec2462f4afe544c9374ef4dbb4f5f0a3b701
[media] Remove spurious blank lines in dw2101 kernel messages

The DW2102 DVB-S/S2 driver uses the info() logging function from
dvb-usb.h. This function already appends a newline to the provided log
message, causing the dmesg output from DW2102 to include blank lines.
Fix this by removing the newline in the calls to info().

Signed-off-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/dw2102.c