View | Details | Raw Unified | Return to bug 217784
Collapse All | Expand All

(-)b/sys/dev/wi/if_wi_pci.c (-1 / +1 lines)
Lines 254-261 wi_pci_resume(device_t dev) Link Here
254
254
255
	WI_LOCK(sc);
255
	WI_LOCK(sc);
256
	if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) {
256
	if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) {
257
		return (0);
258
		WI_UNLOCK(sc);
257
		WI_UNLOCK(sc);
258
		return (0);
259
	}
259
	}
260
	if (ic->ic_nrunning > 0)
260
	if (ic->ic_nrunning > 0)
261
		wi_init(sc);
261
		wi_init(sc);

Return to bug 217784