summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cnw/if_cnw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c
index cbc86f0..f4455bd 100644
--- a/sys/dev/cnw/if_cnw.c
+++ b/sys/dev/cnw/if_cnw.c
@@ -1631,7 +1631,7 @@ static int cnw_pccard_attach(device_t dev)
return (error);
}
- error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET,
+ error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET, NULL,
cnw_intr, sc, &sc->cnw_intrhand);
if (error) {
OpenPOWER on IntegriCloud