summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2007-02-07 22:50:30 -0600
committerMike Isely <isely@pobox.com>2007-02-07 22:50:30 -0600
commit089ee87c9105e3e8e9fa7e429e909b4d2d53e912 (patch)
treefbe74243fda3e782011b81c88ca16d39e3272dbd /linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
parent9094e272874bf45eb5080ce17a85d497fcdc6c9d (diff)
downloadmediapointer-dvb-s2-089ee87c9105e3e8e9fa7e429e909b4d2d53e912.tar.gz
mediapointer-dvb-s2-089ee87c9105e3e8e9fa7e429e909b4d2d53e912.tar.bz2
pvrusb2: Follow coding style convention for "#if 0" blocks
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
index edca79f87..fb0a9ca67 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
@@ -362,7 +362,7 @@ int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
int ret = 0;
int encMisc3Arg = 0;
-#if 0
+#if 0 /* keep */
/* This inexplicable bit happens in the Hauppage windows
driver (for both 24xxx and 29xxx devices). However I
currently see no difference in behavior with or without
@@ -384,7 +384,7 @@ int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
breaks up for a moment (like when switching channels). */
-#if 0
+#if 0 /* keep */
/* This ENC_MISC(5,0) command seems to hurt 29xxx sync
performance on channel changes, but is not a problem on
24xxx devices. */
@@ -406,7 +406,7 @@ int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC,4, 8,0,0,0);
-#if 0
+#if 0 /* keep */
/* This ENC_MISC(4,1) command is poisonous, so it is commented
out. But I'm leaving it here anyway to document its
existence in the Windows driver. The effect of this