From e1bd49a1e1823eab71c293efd1bd0c9b83c350c9 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 7 Apr 2007 12:52:27 +0000 Subject: 20070407-1350 more updates from plan 9 pc kernel, and a few unreachable fixes(!) --- os/pc/ethersmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os/pc/ethersmc.c') diff --git a/os/pc/ethersmc.c b/os/pc/ethersmc.c index ddd3f729..65ebffca 100644 --- a/os/pc/ethersmc.c +++ b/os/pc/ethersmc.c @@ -713,6 +713,7 @@ reset(Ether* ether) if (ctlr == 0) { iofree(ether->port); pcmspecialclose(slot); + return -1; } ilock(ctlr); -- cgit v1.2.3