patch-2.4.0-test11 linux/drivers/acorn/net/etherh.c
Next file: linux/drivers/acpi/driver.c
Previous file: linux/arch/sparc64/vmlinux.lds
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Nov 7 10:59:42 2000
- Orig file:
v2.4.0-test10/linux/drivers/acorn/net/etherh.c
- Orig date:
Sun Oct 8 10:50:13 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/acorn/net/etherh.c linux/drivers/acorn/net/etherh.c
@@ -622,9 +622,6 @@
{
int i, ret = -ENODEV;
- if (load_8390_module("etherh.c"))
- return -ENOSYS;
-
ecard_startfind();
for (i = 0; i < MAX_ECARDS; i++) {
@@ -644,9 +641,6 @@
ret = 0;
}
- if (ret)
- unload_8390_module();
-
return ret;
}
@@ -667,7 +661,6 @@
e_card[i] = NULL;
}
}
- unload_8390_module();
}
module_init(etherh_init);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)