projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01e427
)
removed release_region
author
David Schleef
<ds@schleef.org>
Thu, 30 Nov 2000 00:29:33 +0000
(
00:29
+0000)
committer
David Schleef
<ds@schleef.org>
Thu, 30 Nov 2000 00:29:33 +0000
(
00:29
+0000)
comedi/drivers/ni_mio_cs.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/ni_mio_cs.c
b/comedi/drivers/ni_mio_cs.c
index 8ca494e19c70ecf71d1b06c87e34abe47aa5ccec..6903cdb63dd479b51e5b34773415dbf3ad4c0526 100644
(file)
--- a/
comedi/drivers/ni_mio_cs.c
+++ b/
comedi/drivers/ni_mio_cs.c
@@
-154,8
+154,11
@@
static int ni_getboardtype(comedi_device *dev,dev_link_t *link);
/* clean up allocated resources */
static int mio_cs_free(comedi_device *dev)
{
+#if 0
+ /* PCMCIA layer does this for us */
if(dev->iobase)
release_region(dev->iobase,NI_SIZE);
+#endif
if(dev->irq){
comedi_free_irq(dev->irq,dev);
}