patch-2.4.0-test12 linux/drivers/net/acenic.c
Next file: linux/drivers/net/aironet4500.h
Previous file: linux/drivers/net/8390.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 11 12:39:45 2000
- Orig file:
v2.4.0-test11/linux/drivers/net/acenic.c
- Orig date:
Sun Nov 19 18:44:10 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/net/acenic.c linux/drivers/net/acenic.c
@@ -2223,7 +2223,7 @@
/*
* Setup the bottom half rx ring refill handler
*/
- ap->immediate.next = NULL;
+ INIT_LIST_HEAD(&ap->immediate.list);
ap->immediate.sync = 0;
ap->immediate.routine = (void *)(void *)ace_bh;
ap->immediate.data = dev;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)