aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-06 22:52:42 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:36 -0400
commit1e481cca49bf1c444562f5b86a0e5315d68640c7 (patch)
treed81c9e7d7a40ec5a392c71223fcbdcd30c36a6c4 /drivers/media/video/pvrusb2
parent76891d65577a3bb429aca2d8cca834cc76353cd8 (diff)
V4L/DVB (11181): pvrusb2: Fix silly 80 column issue
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-video-v4l.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c b/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c
index 1c9ed5e85c80..c7a1621cf140 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c
@@ -263,7 +263,8 @@ void pvr2_saa7115_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd)
263 } else { 263 } else {
264 pvr2_trace(PVR2_TRACE_ERROR_LEGS, 264 pvr2_trace(PVR2_TRACE_ERROR_LEGS,
265 "*** WARNING *** subdev v4l2 set_input:" 265 "*** WARNING *** subdev v4l2 set_input:"
266 " Invalid routing scheme (%u) and/or input (%d)", 266 " Invalid routing scheme (%u)"
267 " and/or input (%d)",
267 sid, hdw->input_val); 268 sid, hdw->input_val);
268 return; 269 return;
269 } 270 }