bugfix of the "oh, crap" variety
authorDavid Schleef <ds@schleef.org>
Mon, 15 Jan 2001 22:56:03 +0000 (22:56 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 15 Jan 2001 22:56:03 +0000 (22:56 +0000)
comedi/drivers/ni_pcidio.c

index 9ab83d71a2de2d31f6fb521156086dd748a80d6b..b8ff9ee18508b0b6d25e025f8d14aeae88fdd8d5 100644 (file)
@@ -232,7 +232,7 @@ static int nidio_recognize(char *name)
                printk("name \"nidio\" deprecated.  Use \"ni_pcidio\"\n");
                return 0;
        }
-       if(!strcmp(name,"ni_pcimio"))
+       if(!strcmp(name,"ni_pcidio"))
                return 0;
        return -1;
 }