diff options
author | Mike Isely <isely@pobox.com> | 2011-02-13 15:32:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:21 -0400 |
commit | 4cfe3319a11613690c3cd755b890149d0532c833 (patch) | |
tree | 261dfcb0656e8812985faeb76eeb2ed0266b6002 /drivers | |
parent | 9bf98321b4894b1e6787b4b93cd8fb81906a0f79 (diff) |
[media] pvrusb2: Minor cosmetic code tweak
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 55074a89966f..f83e5cf3967f 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -5160,8 +5160,7 @@ void pvr2_hdw_status_poll(struct pvr2_hdw *hdw) | |||
5160 | using v4l2-subdev - therefore we can't support that AT ALL right | 5160 | using v4l2-subdev - therefore we can't support that AT ALL right |
5161 | now. (Of course, no sub-drivers seem to implement it either. | 5161 | now. (Of course, no sub-drivers seem to implement it either. |
5162 | But now it's a a chicken and egg problem...) */ | 5162 | But now it's a a chicken and egg problem...) */ |
5163 | v4l2_device_call_all(&hdw->v4l2_dev, 0, tuner, g_tuner, | 5163 | v4l2_device_call_all(&hdw->v4l2_dev, 0, tuner, g_tuner, vtp); |
5164 | &hdw->tuner_signal_info); | ||
5165 | pvr2_trace(PVR2_TRACE_CHIPS, "subdev status poll" | 5164 | pvr2_trace(PVR2_TRACE_CHIPS, "subdev status poll" |
5166 | " type=%u strength=%u audio=0x%x cap=0x%x" | 5165 | " type=%u strength=%u audio=0x%x cap=0x%x" |
5167 | " low=%u hi=%u", | 5166 | " low=%u hi=%u", |