Skip to content

Commit

Permalink
V4L/DVB (8175): pvrusb2: Fix misleading source code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 7e87218 commit ab062fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2453,9 +2453,8 @@ static int pvr2_hdw_commit_execute(struct pvr2_hdw *hdw)
struct pvr2_ctrl *cptr;
int disruptive_change;

/* When video standard changes, reset the hres and vres values -
but if the user has pending changes there, then let the changes
take priority. */
/* Handle some required side effects when the video standard is
changed.... */
if (hdw->std_dirty) {
/* Rewrite the vertical resolution to be appropriate to the
video standard that has been selected. */
Expand Down

0 comments on commit ab062fe

Please sign in to comment.