]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitcba1cf2e2aa696acb64a5df4d6da72230c78e7e9
tree7ae9967afb23a2dff2e61913d4da544f1f5f12f2
parent9b9d220bdb6d797535b513aeeea6c779a570516a
[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