summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg/tmc18c30_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/stg/tmc18c30_isa.c')
-rw-r--r--sys/dev/stg/tmc18c30_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c
index 7165a81..6d90613 100644
--- a/sys/dev/stg/tmc18c30_isa.c
+++ b/sys/dev/stg/tmc18c30_isa.c
@@ -97,7 +97,7 @@ stg_isa_attach(device_t dev)
}
error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY,
- stg_intr, (void *)sc, &sc->stg_intrhand);
+ NULL, stg_intr, (void *)sc, &sc->stg_intrhand);
if (error) {
stg_release_resource(dev);
return(error);
OpenPOWER on IntegriCloud