aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-12-08 02:00:10 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-12-08 02:00:10 +0000
commitbfe31f4f2a5602b47f94d5e1197be9df468d89b0 (patch)
treec923c2ace8a3816801f62be8b5349bad43bc5a0e /sys/dev
parentef8e4c12914331869244ce00481e0184a8c0be0e (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wi/if_wi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index e5e8a016a267a..0d36b80ad9383 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -215,7 +215,7 @@ static int wi_pccard_detach(dev)
wi_stop(sc);
if_detach(ifp);
- bus_teardown_intr(dev, sc->irq, &sc->wi_intrhand);
+ bus_teardown_intr(dev, sc->irq, sc->wi_intrhand);
wi_free(dev);
sc->wi_gone = 1;