VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / block / paride / paride.c
index d95e4f8..9f9401c 100644 (file)
@@ -264,7 +264,7 @@ void pi_unregister(PIP * pr)
                printk("paride: %s not registered\n", pr->name);
                return;
        }
-       protocols[pr->index] = 0;
+       protocols[pr->index] = NULL;
 }
 
 EXPORT_SYMBOL(pi_unregister);