diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-08 07:54:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-08 07:54:27 -0300 |
commit | 2aa14bec53c144caec5d9330d59c361f22f07784 (patch) | |
tree | 90f10465da32967bc80fc56a2b6fa7dcd5a867fa /linux/drivers/media/video/cx18 | |
parent | 5b9b69bfbced232f0e198e051121197c69897c72 (diff) | |
parent | 236718fb37679dcc03a18ecde0fa5fcf2a336424 (diff) | |
download | mediapointer-dvb-s2-2aa14bec53c144caec5d9330d59c361f22f07784.tar.gz mediapointer-dvb-s2-2aa14bec53c144caec5d9330d59c361f22f07784.tar.bz2 |
merge: http://linuxtv.org/hg/~awalls/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx18')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.h b/linux/drivers/media/video/cx18/cx18-driver.h index cc6f288a6..66cb74887 100644 --- a/linux/drivers/media/video/cx18/cx18-driver.h +++ b/linux/drivers/media/video/cx18/cx18-driver.h @@ -63,8 +63,8 @@ # error "This driver requires kernel PCI support." #endif -/* Default delay to throttle mmio access to the CX23418 so it doesn't choke */ -#define CX18_DEFAULT_MMIO_NDELAY 31 /* 30.3 ns = 1 PCI clock(s) / 33 MHz */ +/* Default delay to throttle mmio access to the CX23418 */ +#define CX18_DEFAULT_MMIO_NDELAY 0 /* 0 ns = 0 PCI clock(s) / 33 MHz */ #define CX18_MEM_OFFSET 0x00000000 #define CX18_MEM_SIZE 0x04000000 |