diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-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 6a820b713fec..307a38d91c85 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -2401,7 +2401,7 @@ static int pvr2_hdw_commit_execute(struct pvr2_hdw *hdw) | |||
2401 | } | 2401 | } |
2402 | } | 2402 | } |
2403 | 2403 | ||
2404 | if (hdw->input_dirty && | 2404 | if (hdw->input_dirty && hdw->state_pathway_ok && |
2405 | (((hdw->input_val == PVR2_CVAL_INPUT_DTV) ? | 2405 | (((hdw->input_val == PVR2_CVAL_INPUT_DTV) ? |
2406 | PVR2_PATHWAY_DIGITAL : PVR2_PATHWAY_ANALOG) != | 2406 | PVR2_PATHWAY_DIGITAL : PVR2_PATHWAY_ANALOG) != |
2407 | hdw->pathway_state)) { | 2407 | hdw->pathway_state)) { |