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:
parent
e68a619a1b
commit
b481880bff
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue