summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/arv.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/arv.c')
-rw-r--r--linux/drivers/media/video/arv.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/drivers/media/video/arv.c b/linux/drivers/media/video/arv.c
index aec57f485..af3980d95 100644
--- a/linux/drivers/media/video/arv.c
+++ b/linux/drivers/media/video/arv.c
@@ -40,7 +40,7 @@
#include <asm/dma.h>
#include <asm/byteorder.h>
-#if 0
+#if 0 /* keep */;
#define DEBUG(n, args...) printk(args)
#define CHECK_LOST 1
#else
@@ -576,11 +576,11 @@ static void ar_interrupt(int irq, void *dev, struct pt_regs *regs)
* we have to start capture.
*/
disable_dma();
-#if 0
+#if 0 /* keep */;
ar_outl(ar->line_buff, M32R_DMA0CDA_PORTL); /* needless? */
#endif
memcpy(ar->frame[0], ar->line_buff, ar->line_bytes);
-#if 0
+#if 0 /* keep */;
ar_outl(0xa1861300, M32R_DMA0CR0_PORTL);
#endif
enable_dma();
@@ -606,7 +606,7 @@ static void ar_interrupt(int irq, void *dev, struct pt_regs *regs)
ar_outl(arvcr1, ARVCR1); /* disable */
wake_up_interruptible(&ar->wait);
} else {
-#if 0
+#if 0 /* keep */;
ar_outl(ar->line_buff, M32R_DMA0CDA_PORTL);
ar_outl(0xa1861300, M32R_DMA0CR0_PORTL);
#endif
@@ -690,7 +690,7 @@ static int ar_initialize(struct video_device *dev)
printk(".");
iic(2,0x78,0x8e,0x0c,0x00);
iic(2,0x78,0x8f,0x00,0x00);
-#if 0
+#if 0 /* keep */;
iic(2,0x78,0x90,0x00,0x00); /* AWB on=1 off=0 */
#endif
iic(2,0x78,0x93,0x01,0x00);
@@ -709,7 +709,7 @@ static int ar_initialize(struct video_device *dev)
iic(2,0x78,0x9e,0x2e,0x00);
iic(2,0x78,0xb8,0x78,0x00);
iic(2,0x78,0xba,0x05,0x00);
-#if 0
+#if 0 /* keep */;
iic(2,0x78,0x83,0x8c,0x00); /* brightness */
#endif
printk(".");