fixed problem with segfault on rmmod when you load mite with no supported cards insta...
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 5 Mar 2001 21:12:10 +0000 (21:12 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 5 Mar 2001 21:12:10 +0000 (21:12 +0000)
comedi/drivers/mite.c

index a5b1d4074e6741b6125bec903bd291a6a5aa8310..3c8d15ffa775476e1659b39d3b5483c8937b0092 100644 (file)
@@ -68,7 +68,7 @@
 #define PCI_DAQ_SIZE           4096
 
 
-struct mite_struct *mite_devices;
+struct mite_struct *mite_devices = NULL;