diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index f427ae2d9..03fa87887 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.91 2005/08/30 15:18:50 mkrufky Exp $ + * $Id: cx88-video.c,v 1.92 2005/09/06 21:58:43 catalin Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -1515,7 +1515,7 @@ int cx88_do_ioctl(struct inode *inode, struct file *file, int radio, if (video_debug > 1) cx88_print_ioctl(core->name,cmd); -#if 1 +#if 0 printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd ); cx88_print_ioctl(core->name,cmd); #endif |