diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-28 00:28:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-28 00:28:22 +0000 |
| commit | c1195b06461652983256e57a5166bd99431d050d (patch) | |
| tree | 6a629b6631b90b106f73e3941dbd5da95222deee /sys/dev/cs | |
| parent | c0604e27a8db27586e7d8b0b83b2548261770316 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cs')
| -rw-r--r-- | sys/dev/cs/if_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 01f4d7bfbaa4..8cfb7cb671e3 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -1151,7 +1151,7 @@ cs_ioctl(register struct ifnet *ifp, u_long command, caddr_t data) break; default: - ether_ioctl(ifp, command, data); + error = ether_ioctl(ifp, command, data); break; } |
