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);
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to