Remove unnecessary debug output.
PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
parent
4551f82771
commit
95fa5498ac
@ -1100,12 +1100,6 @@ wpi_reset_rx_ring(struct wpi_softc *sc)
|
||||
break;
|
||||
DELAY(10);
|
||||
}
|
||||
#ifdef WPI_DEBUG
|
||||
if (ntries == 1000) {
|
||||
device_printf(sc->sc_dev,
|
||||
"timeout resetting Rx ring\n");
|
||||
}
|
||||
#endif
|
||||
wpi_nic_unlock(sc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user