From: David Schleef Date: Wed, 25 Sep 2002 01:33:40 +0000 (+0000) Subject: Change a 4 to a COMEDI_NDEVICES. Prolong the static allocation X-Git-Tag: r0_7_66~97 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=974f7f3c18b716eac37d5e632ced82b3d131b70d;p=comedi.git Change a 4 to a COMEDI_NDEVICES. Prolong the static allocation dumbness. --- diff --git a/comedi/comedi_fops.c b/comedi/comedi_fops.c index 69eface2..ba66ae52 100644 --- a/comedi/comedi_fops.c +++ b/comedi/comedi_fops.c @@ -1701,7 +1701,7 @@ static int __init comedi_init(void) /* XXX requires /proc interface */ comedi_proc_init(); - for(i=0;i<4;i++){ + for(i=0;i