Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2013 08:01:35 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249641 - head/sys/dev/ath
Message-ID:  <201304190801.r3J81Zhm012740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304190801.r3J81Zhm012740>