V4L/DVB (11189): pvrusb2: Deal with space-after-comma coding style idiocy

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mike Isely 2009-03-07 01:46:17 -03:00 committed by Mauro Carvalho Chehab
parent e68a619a1b
commit b481880bff
1 changed files with 1 additions and 1 deletions

View File

@ -2945,7 +2945,7 @@ static void pvr2_subdev_update(struct pvr2_hdw *hdw)
pvr2_subdev_update_func fp;
if (hdw->input_dirty || hdw->std_dirty) {
pvr2_trace(PVR2_TRACE_CHIPS,"subdev v4l2 set_standard");
pvr2_trace(PVR2_TRACE_CHIPS, "subdev v4l2 set_standard");
if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) {
v4l2_device_call_all(&hdw->v4l2_dev, 0,
tuner, s_radio);