mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
76891d6557
commit
1e481cca49
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ void pvr2_saa7115_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd)
|
|||
} else {
|
||||
pvr2_trace(PVR2_TRACE_ERROR_LEGS,
|
||||
"*** WARNING *** subdev v4l2 set_input:"
|
||||
" Invalid routing scheme (%u) and/or input (%d)",
|
||||
" Invalid routing scheme (%u)"
|
||||
" and/or input (%d)",
|
||||
sid, hdw->input_val);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue