projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e318f4d
)
fixed problem with segfault on rmmod when you load mite with no supported cards insta...
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 5 Mar 2001 21:12:10 +0000
(21:12 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 5 Mar 2001 21:12:10 +0000
(21:12 +0000)
comedi/drivers/mite.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/mite.c
b/comedi/drivers/mite.c
index a5b1d4074e6741b6125bec903bd291a6a5aa8310..3c8d15ffa775476e1659b39d3b5483c8937b0092 100644
(file)
--- a/
comedi/drivers/mite.c
+++ b/
comedi/drivers/mite.c
@@
-68,7
+68,7
@@
#define PCI_DAQ_SIZE 4096
-struct mite_struct *mite_devices;
+struct mite_struct *mite_devices
= NULL
;