diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-mpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c index 35a16616b..c3d00d426 100644 --- a/linux/drivers/media/video/cx88/cx88-mpeg.c +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-mpeg.c,v 1.34 2005/07/27 02:04:28 mkrufky Exp $ + * $Id: cx88-mpeg.c,v 1.35 2005/08/16 15:49:31 catalin Exp $ * * Support for the mpeg transport stream transfers * PCI function #2 of the cx2388x. @@ -394,7 +394,7 @@ int cx8802_init_common(struct cx8802_dev *dev) dev->pci_lat,pci_resource_start(dev->pci,0)); /* initialize driver struct */ - init_MUTEX(&dev->lock); + /* init_MUTEX(&core->lock); // moved to cx88_core_get */ spin_lock_init(&dev->slock); /* init dma queue */ |