diff options
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 6517ba81bd4b..de0f41b956bd 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -2453,9 +2453,8 @@ static int pvr2_hdw_commit_execute(struct pvr2_hdw *hdw) | |||
2453 | struct pvr2_ctrl *cptr; | 2453 | struct pvr2_ctrl *cptr; |
2454 | int disruptive_change; | 2454 | int disruptive_change; |
2455 | 2455 | ||
2456 | /* When video standard changes, reset the hres and vres values - | 2456 | /* Handle some required side effects when the video standard is |
2457 | but if the user has pending changes there, then let the changes | 2457 | changed.... */ |
2458 | take priority. */ | ||
2459 | if (hdw->std_dirty) { | 2458 | if (hdw->std_dirty) { |
2460 | /* Rewrite the vertical resolution to be appropriate to the | 2459 | /* Rewrite the vertical resolution to be appropriate to the |
2461 | video standard that has been selected. */ | 2460 | video standard that has been selected. */ |