diff options
Diffstat (limited to 'sys/dev/cs/if_cs_pccard.c')
-rw-r--r-- | sys/dev/cs/if_cs_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 794f48d..fbb5587 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -91,7 +91,7 @@ cs_pccard_attach(device_t dev) if (error != 0) goto bad; error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET, - csintr, sc, &sc->irq_handle); + NULL, csintr, sc, &sc->irq_handle); if (error != 0) goto bad; |