patch-2.4.0-test12 linux/drivers/ieee1394/ohci1394.c
Next file: linux/drivers/ieee1394/pcilynx.c
Previous file: linux/drivers/ieee1394/ieee1394_types.h
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/ohci1394.c
- Orig date:
Sun Oct 8 10:50:17 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/ieee1394/ohci1394.c linux/drivers/ieee1394/ohci1394.c
@@ -1585,7 +1585,7 @@
/* initialize bottom handler */
d->task.sync = 0;
- d->task.next = NULL;
+ INIT_LIST_HEAD(&d->task.list);
d->task.routine = dma_rcv_bh;
d->task.data = (void*)d;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)