summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-video.c
diff options
context:
space:
mode:
authorCatalin Climov <devnull@localhost>2005-08-16 16:29:52 +0000
committerCatalin Climov <devnull@localhost>2005-08-16 16:29:52 +0000
commit95d90ef10b35ead2d6cbff0ae2acdedf81ea5ad9 (patch)
treed16a506d9597f026a272074ccc8ffcb749b3e82c /linux/drivers/media/video/cx88/cx88-video.c
parent3c689849d35cbee41c7b8271e1f59b3205c6dbe3 (diff)
downloadmediapointer-dvb-s2-95d90ef10b35ead2d6cbff0ae2acdedf81ea5ad9.tar.gz
mediapointer-dvb-s2-95d90ef10b35ead2d6cbff0ae2acdedf81ea5ad9.tar.bz2
Get rid of '//' comments, replace them with #if 0 and /**/.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-video.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c
index 35ec3f3b2..0698809a1 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.85 2005/08/16 15:49:31 catalin Exp $
+ * $Id: cx88-video.c,v 1.86 2005/08/16 16:29:52 catalin Exp $
*
* device driver for Conexant 2388x based TV cards
* video4linux video interface
@@ -1620,7 +1620,7 @@ int cx88_do_ioctl(struct inode *inode, struct file *file, int radio,
if ((CX88_VMUX_TELEVISION == INPUT(n)->type)
|| (CX88_VMUX_CABLE == INPUT(n)->type)) {
strcpy(a->name,"Television");
- // FIXME figure out if stereo received and set V4L2_AUDCAP_STEREO.
+ /* FIXME figure out if stereo received and set V4L2_AUDCAP_STEREO. */
return 0;
}
break;
@@ -1632,7 +1632,7 @@ int cx88_do_ioctl(struct inode *inode, struct file *file, int radio,
}
break;
}
- // Audio input not available.
+ /* Audio input not available. */
return -EINVAL;
}
#endif
@@ -2125,7 +2125,10 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev,
}
/* initialize driver struct */
- /* init_MUTEX(&dev->lock); // moved to cx88_core_get */
+#if 0
+ /* moved to cx88_core_get */
+ init_MUTEX(&dev->lock);
+#endif
spin_lock_init(&dev->slock);
core->tvnorm = tvnorms;