aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wds
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-02-23 19:34:52 +0000
committerWarner Losh <imp@FreeBSD.org>2007-02-23 19:34:52 +0000
commit21ab16bd5b7077b165e9264b71f964c66f6831f2 (patch)
treecaf36a3a32f5aac145269380fb09e451ceff77e6 /sys/dev/wds
parent6b73b37b956eeb03f46ac2ea4b988991f0e301a1 (diff)
Notes
Diffstat (limited to 'sys/dev/wds')
-rw-r--r--sys/dev/wds/wd7000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c
index 209c292360e3f..8c91f7506bada 100644
--- a/sys/dev/wds/wd7000.c
+++ b/sys/dev/wds/wd7000.c
@@ -542,7 +542,7 @@ wds_attach(device_t dev)
if (wp->intr_r == NULL)
goto bad;
error = bus_setup_intr(dev, wp->intr_r, INTR_TYPE_CAM | INTR_ENTROPY,
- (driver_intr_t *)wds_intr, (void *)wp,
+ NULL, (driver_intr_t *)wds_intr, (void *)wp,
&wp->intr_cookie);
if (error)
goto bad;