summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl/if_wl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wl/if_wl.c')
-rw-r--r--sys/dev/wl/if_wl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c
index 474235e..17ad81a 100644
--- a/sys/dev/wl/if_wl.c
+++ b/sys/dev/wl/if_wl.c
@@ -639,15 +639,11 @@ wl_deallocate_resources(device_t device)
struct wl_softc *sc = device_get_softc(device);
if (sc->res_irq != 0) {
- bus_deactivate_resource(device, SYS_RES_IRQ,
- sc->rid_irq, sc->res_irq);
bus_release_resource(device, SYS_RES_IRQ,
sc->rid_irq, sc->res_irq);
sc->res_irq = 0;
}
if (sc->res_ioport != 0) {
- bus_deactivate_resource(device, SYS_RES_IOPORT,
- sc->rid_ioport, sc->res_ioport);
bus_release_resource(device, SYS_RES_IOPORT,
sc->rid_ioport, sc->res_ioport);
sc->res_ioport = 0;
OpenPOWER on IntegriCloud