summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2008-06-29 22:32:35 -0500
committerMike Isely <isely@pobox.com>2008-06-29 22:32:35 -0500
commit8d7e0f68d005f2a0137230a742adc574e09ada78 (patch)
tree6d1ebb251d2483f7dffbe4dc3a6664a1d94c919e /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
parent5bfe11d6ee59c8495cddd009197f003fd07da74f (diff)
downloadmediapointer-dvb-s2-8d7e0f68d005f2a0137230a742adc574e09ada78.tar.gz
mediapointer-dvb-s2-8d7e0f68d005f2a0137230a742adc574e09ada78.tar.bz2
pvrusb2: Fix misleading source code comment
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 5db03eeda..4b7b9226e 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -2477,9 +2477,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. */