diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 23:46:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:37 -0400 |
commit | b481880bff1f98085a9f57362393463e6e3a3157 (patch) | |
tree | 35528cb3eaf019a7a84dedcce7af3ee6500fbd1d | |
parent | e68a619a1b216ed5398cbdf215a20d3411c988ea (diff) |
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>
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 627bc18f9bc1..029cdf411df0 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -2945,7 +2945,7 @@ static void pvr2_subdev_update(struct pvr2_hdw *hdw) | |||
2945 | pvr2_subdev_update_func fp; | 2945 | pvr2_subdev_update_func fp; |
2946 | 2946 | ||
2947 | if (hdw->input_dirty || hdw->std_dirty) { | 2947 | if (hdw->input_dirty || hdw->std_dirty) { |
2948 | pvr2_trace(PVR2_TRACE_CHIPS,"subdev v4l2 set_standard"); | 2948 | pvr2_trace(PVR2_TRACE_CHIPS, "subdev v4l2 set_standard"); |
2949 | if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) { | 2949 | if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) { |
2950 | v4l2_device_call_all(&hdw->v4l2_dev, 0, | 2950 | v4l2_device_call_all(&hdw->v4l2_dev, 0, |
2951 | tuner, s_radio); | 2951 | tuner, s_radio); |