diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-11 18:08:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-11 18:08:08 -0300 |
commit | f87c0d6c0b3286715f8bed1b4194b0fc712cab57 (patch) | |
tree | 12c39e4c738d504dcf61697fd9f2c2831983e9ee /linux/drivers/media/video/stradis.c | |
parent | 5fee2a6c6c243cc56773187b78a0eafbd688b935 (diff) | |
download | mediapointer-dvb-s2-f87c0d6c0b3286715f8bed1b4194b0fc712cab57.tar.gz mediapointer-dvb-s2-f87c0d6c0b3286715f8bed1b4194b0fc712cab57.tar.bz2 |
A previous patch introduced a dot-comma at wrong places.
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/stradis.c')
-rw-r--r-- | linux/drivers/media/video/stradis.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/stradis.c b/linux/drivers/media/video/stradis.c index 8cfb32392..f4be8c6af 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 /* keep */; +#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 /* keep */; +#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 /* keep */; +#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 /* keep */; +#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 */ |