svn commit: r249641 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Fri Apr 19 08:01:35 UTC 2013


Author: adrian
Date: Fri Apr 19 08:01:34 2013
New Revision: 249641
URL: http://svnweb.freebsd.org/changeset/base/249641

Log:
  .. don't know how this snuck into this commit. Sorry.
  
  Fix compile build before anyone notices.

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Fri Apr 19 07:56:22 2013	(r249640)
+++ head/sys/dev/ath/if_ath.c	Fri Apr 19 08:01:34 2013	(r249641)
@@ -782,7 +782,6 @@ ath_attach(u_int16_t devid, struct ath_s
 		ath_hal_gettxchainmask(ah, &sc->sc_txchainmask);
 
 		device_printf(sc->sc_dev, "Chainmasks: TX=0x%x; RX=0x%x\n",
-		    __func__,
 		    sc->sc_txchainmask,
 		    sc->sc_rxchainmask);
 


More information about the svn-src-all mailing list