diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-04-07 12:52:27 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-04-07 12:52:27 +0000 |
| commit | e1bd49a1e1823eab71c293efd1bd0c9b83c350c9 (patch) | |
| tree | a9424cde16004cb9e591045225bc61beed339dd5 /os/pc/ethersmc.c | |
| parent | 15345f9c75c069d3e2e362af5d6f931eef7772ef (diff) | |
20070407-1350 more updates from plan 9 pc kernel, and a few unreachable fixes(!)
Diffstat (limited to 'os/pc/ethersmc.c')
| -rw-r--r-- | os/pc/ethersmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
