patch-2.4.0-test12 linux/drivers/ieee1394/guid.c

Next file: linux/drivers/ieee1394/ieee1394_types.h
Previous file: linux/drivers/ide/q40ide.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/drivers/ieee1394/guid.c linux/drivers/ieee1394/guid.c
@@ -163,7 +163,7 @@
                         return;
                 }
 
-                greq->tq.next = NULL;
+                INIT_LIST_HEAD(&greq->tq.list);
                 greq->tq.sync = 0;
                 greq->tq.routine = (void (*)(void*))pkt_complete;
                 greq->tq.data = greq;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)