Remove unnecessary debug output.

PR:		kern/197143
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
adrian 2015-03-15 20:55:23 +00:00
parent 4551f82771
commit 95fa5498ac

View File

@ -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);
}