diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 22:51:54 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2009-03-06 22:51:54 -0600 |
commit | 1aee4a5d51f50e895af02d8e976d56656d65b58e (patch) | |
tree | b43724504d621462e751b04b0eaeb2dc250e1147 /linux/drivers | |
parent | c536aebeeeafcdb7e48316d0d029d35f0294dda7 (diff) | |
download | mediapointer-dvb-s2-1aee4a5d51f50e895af02d8e976d56656d65b58e.tar.gz mediapointer-dvb-s2-1aee4a5d51f50e895af02d8e976d56656d65b58e.tar.bz2 |
pvrusb2: Correct some trace print inaccuracies
From: Mike Isely <isely@pobox.com>
Priority: normal
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c b/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c index 94986b9b0..b73694e8c 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c @@ -325,6 +325,7 @@ int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *hdw, void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd) { + pvr2_trace(PVR2_TRACE_CHIPS, "subdev cx2584x update..."); if (hdw->input_dirty) { struct v4l2_routing route; enum cx25840_video_input vid_input; @@ -350,7 +351,7 @@ void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd) } pvr2_trace(PVR2_TRACE_CHIPS, - "i2c cx2584x set_input vid=0x%x aud=0x%x", + "subdev cx2584x set_input vid=0x%x aud=0x%x", vid_input, aud_input); route.input = (u32)vid_input; sd->ops->video->s_routing(sd, &route); |