diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-15 15:50:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:21:40 -0400 |
commit | 59bf6b8e85209f4b875e319b42e8f13af7797826 (patch) | |
tree | 4e631b408e6c615fb944abfbd12f326bd07c42f4 /drivers/media/dvb/siano/smsdvb.c | |
parent | fa830e8a014a206103d06a7600ed8c661b427db3 (diff) |
V4L/DVB (8283): sms1xxx: 80-column cleanups
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/siano/smsdvb.c')
-rw-r--r-- | drivers/media/dvb/siano/smsdvb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smsdvb.c b/drivers/media/dvb/siano/smsdvb.c index e3f09646bb81..f46e7facdb6b 100644 --- a/drivers/media/dvb/siano/smsdvb.c +++ b/drivers/media/dvb/siano/smsdvb.c | |||
@@ -313,7 +313,8 @@ int smsdvb_hotplug(smscore_device_t *coredev, | |||
313 | return 0; | 313 | return 0; |
314 | 314 | ||
315 | if (smscore_get_device_mode(coredev) != 4) { | 315 | if (smscore_get_device_mode(coredev) != 4) { |
316 | printk(KERN_ERR "%sSMS Device mode is not set for DVB operation.\n", __func__); | 316 | printk(KERN_ERR "%sSMS Device mode is not set for " |
317 | "DVB operation.\n", __func__); | ||
317 | return 0; | 318 | return 0; |
318 | } | 319 | } |
319 | 320 | ||