summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r--sys/pci/if_mn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 3a10bb1..ebe421f 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -1377,7 +1377,7 @@ mn_attach (device_t self)
return(ENXIO);
}
- error = bus_setup_intr(self, sc->irq, INTR_TYPE_NET, mn_intr, sc, &sc->intrhand);
+ error = bus_setup_intr(self, sc->irq, INTR_TYPE_NET, NULL, mn_intr, sc, &sc->intrhand);
if (error) {
printf("couldn't set up irq\n");
OpenPOWER on IntegriCloud