This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / block / paride / paride.c
index 9f9401c..d95e4f8 100644 (file)
@@ -264,7 +264,7 @@ void pi_unregister(PIP * pr)
                printk("paride: %s not registered\n", pr->name);
                return;
        }
-       protocols[pr->index] = NULL;
+       protocols[pr->index] = 0;
 }
 
 EXPORT_SYMBOL(pi_unregister);