diff options
| author | Bernhard Schmidt <bschmidt@FreeBSD.org> | 2010-12-21 09:13:24 +0000 |
|---|---|---|
| committer | Bernhard Schmidt <bschmidt@FreeBSD.org> | 2010-12-21 09:13:24 +0000 |
| commit | ff9a6e3826faf10faa04bda09e1b860bf0874939 (patch) | |
| tree | 2530450f034bfa898f236ade36c1a368d28f0eb5 /sys/dev/wpi | |
| parent | cb943a98c2e8194274fd1476f0d92a63d68607d7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wpi')
| -rw-r--r-- | sys/dev/wpi/if_wpi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c index 72d59109fec5..c5b171f8d2b2 100644 --- a/sys/dev/wpi/if_wpi.c +++ b/sys/dev/wpi/if_wpi.c @@ -3004,14 +3004,12 @@ wpi_rfkill_resume(struct wpi_softc *sc) if (ntries == 1000) { device_printf(sc->sc_dev, "timeout waiting for thermal calibration\n"); - WPI_UNLOCK(sc); return; } DPRINTFN(WPI_DEBUG_TEMP,("temperature %d\n", sc->temp)); if (wpi_config(sc) != 0) { device_printf(sc->sc_dev, "device config failed\n"); - WPI_UNLOCK(sc); return; } |
