aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 8bdb807b19b..6a820b713fe 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -3400,8 +3400,8 @@ static int pvr2_hdw_cmd_usbstream(struct pvr2_hdw *hdw,int runFl)
3400{ 3400{
3401 int status,cc; 3401 int status,cc;
3402 if ((hdw->pathway_state == PVR2_PATHWAY_DIGITAL) && 3402 if ((hdw->pathway_state == PVR2_PATHWAY_DIGITAL) &&
3403 hdw->hdw_desc->digital_control_scheme == 3403 (hdw->hdw_desc->digital_control_scheme ==
3404 PVR2_DIGITAL_SCHEME_HAUPPAUGE) { 3404 PVR2_DIGITAL_SCHEME_HAUPPAUGE)) {
3405 cc = (runFl ? 3405 cc = (runFl ?
3406 FX2CMD_HCW_DTV_STREAMING_ON : 3406 FX2CMD_HCW_DTV_STREAMING_ON :
3407 FX2CMD_HCW_DTV_STREAMING_OFF); 3407 FX2CMD_HCW_DTV_STREAMING_OFF);