driver was choking on ni_atmio name
authorDavid Schleef <ds@schleef.org>
Tue, 16 Jan 2001 22:01:04 +0000 (22:01 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 16 Jan 2001 22:01:04 +0000 (22:01 +0000)
comedi/drivers/ni_atmio.c

index 2d72f85c18ea2b8888ec1e9a68815fcab7c1f267..8d296b63151b5f89213e43aeb0e40a8e0cc147ff 100644 (file)
@@ -292,14 +292,6 @@ static int atmio_detach(comedi_device *dev)
 
 static int atmio_attach(comedi_device *dev,comedi_devconfig *it)
 {
-       if(!strcmp("ni_E",it->board_name)){
-               printk("comedi: 'ni_E' deprecated.  Use 'atmio-E'\n");
-       }else if(!strcmp("atmio-E",it->board_name)){
-               ;
-       }else{
-               return 0;
-       }
-
        return init_stage2(dev,it);
 }