This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / sym53c8xx_2 / sym_misc.h
index 4568f0c..d8320da 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 = NULL;
+               elem = 0;
        return elem;
 }