commit | 0385443fec6b56b4b22f1940ab8607a074a5c17a | [log] [tgz] |
---|---|---|
author | Jonathan McDowell <noodles@earth.li> | Mon Jun 06 10:23:59 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Jul 13 07:44:01 2016 -0300 |
tree | 7ae9967afb23a2dff2e61913d4da544f1f5f12f2 | |
parent | 25f1ec2462f4afe544c9374ef4dbb4f5f0a3b701 [diff] |
[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>