From 3c689849d35cbee41c7b8271e1f59b3205c6dbe3 Mon Sep 17 00:00:00 2001 From: Catalin Climov Date: Tue, 16 Aug 2005 15:49:31 +0000 Subject: Some reorg: move some bits to struct cx88_core, factor out common ioctl's to cx88_do_ioctl. --- linux/drivers/media/video/cx88/cx88-mpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/cx88/cx88-mpeg.c') 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 */ -- cgit v1.2.3