summaryrefslogtreecommitdiffstats
path: root/sys/dev/wds/wd7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wds/wd7000.c')
-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 209c292..8c91f75 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;
OpenPOWER on IntegriCloud