diff options
author | Catalin Climov <devnull@localhost> | 2005-08-16 15:49:31 +0000 |
---|---|---|
committer | Catalin Climov <devnull@localhost> | 2005-08-16 15:49:31 +0000 |
commit | 3c689849d35cbee41c7b8271e1f59b3205c6dbe3 (patch) | |
tree | fe6b6c28d3cd643bb6e25c2dd9f6aabf4b845e53 /linux/drivers/media/video/cx88/cx88-mpeg.c | |
parent | b9c8314916a547aefded0e96a6e5adfcc85a7c14 (diff) | |
download | mediapointer-dvb-s2-3c689849d35cbee41c7b8271e1f59b3205c6dbe3.tar.gz mediapointer-dvb-s2-3c689849d35cbee41c7b8271e1f59b3205c6dbe3.tar.bz2 |
Some reorg: move some bits to struct cx88_core, factor out common ioctl's
to cx88_do_ioctl.
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 */ |