svn commit: r280089 - head/sys/dev/wpi

Adrian Chadd adrian at FreeBSD.org
Sun Mar 15 20:55:24 UTC 2015


Author: adrian
Date: Sun Mar 15 20:55:23 2015
New Revision: 280089
URL: https://svnweb.freebsd.org/changeset/base/280089

Log:
  Remove unnecessary debug output.
  
  PR:		kern/197143
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com>

Modified:
  head/sys/dev/wpi/if_wpi.c

Modified: head/sys/dev/wpi/if_wpi.c
==============================================================================
--- head/sys/dev/wpi/if_wpi.c	Sun Mar 15 20:54:40 2015	(r280088)
+++ head/sys/dev/wpi/if_wpi.c	Sun Mar 15 20:55:23 2015	(r280089)
@@ -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);
 	}
 


More information about the svn-src-head mailing list