patch-2.3.99-pre6 linux/drivers/net/arcnet/com90io.c
Next file: linux/drivers/net/cs89x0.c
Previous file: linux/drivers/net/arcnet/arcnet.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Apr 12 09:38:53 2000
- Orig file:
v2.3.99-pre5/linux/drivers/net/arcnet/com90io.c
- Orig date:
Sun Feb 13 19:29:04 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/net/arcnet/com90io.c linux/drivers/net/arcnet/com90io.c
@@ -426,7 +426,7 @@
s = get_options(s, 4, ints);
if (!ints[0])
- return 1;
+ return 0;
dev = alloc_bootmem(sizeof(struct net_device) + 10);
memset(dev, 0, sizeof(struct net_device) + 10);
dev->name = (char *) (dev + 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)