VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / scsi / sym53c8xx_2 / sym_misc.h
index d8320da..4568f0c 100644 (file)
@@ -151,7 +151,7 @@ static __inline struct sym_quehead *sym_remque_head(struct sym_quehead *head)
        if (elem != head)
                __sym_que_del(head, elem->flink);
        else
-               elem = 0;
+               elem = NULL;
        return elem;
 }