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
- Lines: 9
- Date:
Mon Dec 11 12:39:44 2000
- Orig file:
v2.4.0-test11/linux/drivers/ieee1394/guid.c
- Orig date:
Wed Jul 5 13:03:56 2000
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)