aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/siano/smsdvb-main.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-03-19 13:06:28 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 07:53:50 -0300
commit98c3f94e6db3b4df21336b41c646366ea417527c (patch)
tree3120c80b13148c39c56ab731aa51282172be723d /drivers/media/common/siano/smsdvb-main.c
parent[media] siano: remove a bogus printk line (diff)
downloadlinux-dev-98c3f94e6db3b4df21336b41c646366ea417527c.tar.xz
linux-dev-98c3f94e6db3b4df21336b41c646366ea417527c.zip
[media] siano: remove doubled new line
sms_debug() and sms_info() already adds a '\n' at the printed strings. No need to add more. That helps to cleanup stuff like: [ 4868.205648] smscore_onresponse: message not handled. [ 4868.205898] smscore_onresponse: message not handled. and: [ 5467.959769] smscore_onresponse: data rate 143069 bytes/secs While here, provides the message name, when the message is not handled by the smsmdtv core. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/siano/smsdvb-main.c')
-rw-r--r--drivers/media/common/siano/smsdvb-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/smsdvb-main.c b/drivers/media/common/siano/smsdvb-main.c
index c53cb4e8d0c6..a2882f5cfdd0 100644
--- a/drivers/media/common/siano/smsdvb-main.c
+++ b/drivers/media/common/siano/smsdvb-main.c
@@ -949,7 +949,7 @@ static int smsdvb_isdbt_set_frontend(struct dvb_frontend *fe)
c->bandwidth_hz = 6000000;
- sms_info("%s: freq %d segwidth %d segindex %d\n", __func__,
+ sms_info("%s: freq %d segwidth %d segindex %d", __func__,
c->frequency, c->isdbt_sb_segment_count,
c->isdbt_sb_segment_idx);