aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-06 23:51:54 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:38 -0400
commit5e430ca5d25e99f99c055bc43f8f140722a643b8 (patch)
treea5c731b3bf97bf1d728e2d976088d639edae5493 /drivers/media
parente260508d646d671a8d7edb82dadb68bc32c8e5da (diff)
V4L/DVB (11193): pvrusb2: Correct some trace print inaccuracies
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c b/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c
index 9df3623a3e4c..725f391cda5f 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c
@@ -324,6 +324,7 @@ int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *hdw,
324 324
325void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd) 325void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd)
326{ 326{
327 pvr2_trace(PVR2_TRACE_CHIPS, "subdev cx2584x update...");
327 if (hdw->input_dirty) { 328 if (hdw->input_dirty) {
328 struct v4l2_routing route; 329 struct v4l2_routing route;
329 enum cx25840_video_input vid_input; 330 enum cx25840_video_input vid_input;
@@ -349,7 +350,7 @@ void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd)
349 } 350 }
350 351
351 pvr2_trace(PVR2_TRACE_CHIPS, 352 pvr2_trace(PVR2_TRACE_CHIPS,
352 "i2c cx2584x set_input vid=0x%x aud=0x%x", 353 "subdev cx2584x set_input vid=0x%x aud=0x%x",
353 vid_input, aud_input); 354 vid_input, aud_input);
354 route.input = (u32)vid_input; 355 route.input = (u32)vid_input;
355 sd->ops->video->s_routing(sd, &route); 356 sd->ops->video->s_routing(sd, &route);