Don't bother checking MOD_IN_USE in comedi_cleanup.
authorIan Abbott <abbotti@mev.co.uk>
Fri, 18 Apr 2008 13:44:12 +0000 (13:44 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 18 Apr 2008 13:44:12 +0000 (13:44 +0000)
comedi/comedi_fops.c

index 972231d30bf11fed80adbbe2ae8ad71f43481e84..0046540548b917bdd70509d5b56135ee56de082c 100644 (file)
@@ -1935,9 +1935,6 @@ static void __exit comedi_cleanup(void)
 {
        int i;
 
-       if (MOD_IN_USE)
-               printk("comedi: module in use -- remove delayed\n");
-
        for (i = 0; i < COMEDI_NDEVICES; i++) {
                comedi_device *dev;