From de23398fdb3acd84db447947bd6c2e347cdb7f6f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 11 Apr 2006 17:28:37 -0300 Subject: added /* keep */ to all #if 0 to avoid being removed by gentree.pl From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/stradis.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linux/drivers/media/video/stradis.c') diff --git a/linux/drivers/media/video/stradis.c b/linux/drivers/media/video/stradis.c index 9aad8d66d..8cfb32392 100644 --- a/linux/drivers/media/video/stradis.c +++ b/linux/drivers/media/video/stradis.c @@ -455,7 +455,7 @@ static irqreturn_t saa7146_irq(int irq, void *dev_id, struct pt_regs *regs) saa->vidinfo.frame_count = 0; saa->vidinfo.h_size = 704; saa->vidinfo.v_size = 480; -#if 0 +#if 0 /* keep */; if (saa->endmarkhead != saa->endmarktail) { saa->audhead = saa->endmark[saa->endmarkhead]; @@ -940,7 +940,7 @@ send_fpga_stuff: if (NewCard) set_genlock_offset(saa, 0); debiwrite(saa, debNormal, IBM_MP2_FRNT_ATTEN, 0, 2); -#if 0 +#if 0 /* keep */; /* enable genlock */ debiwrite(saa, debNormal, XILINX_CTL0, 0x8000, 2); #else @@ -1043,7 +1043,7 @@ static int initialize_ibmmpeg2(struct video_code *microcode) if (i != 0xa55a) { printk(KERN_INFO "stradis%d: %04x != 0xa55a\n", saa->nr, i); -#if 0 +#if 0 /* keep */; return -1; #endif } @@ -2048,7 +2048,7 @@ static int __devinit init_saa7146(struct pci_dev *pdev) dev_err(&pdev->dev, "%d: debi kmalloc failed\n", saa->nr); goto err; } -#if 0 +#if 0 /* keep */; saa->pagedebi = saa->dmadebi + 32768; /* top 4k is for mmu */ saawrite(virt_to_bus(saa->pagedebi) /*|0x800 */ , SAA7146_DEBI_PAGE); for (i = 0; i < 12; i++) /* setup mmu page table */ -- cgit v1.2.3