From owner-svn-src-all@FreeBSD.ORG Fri Apr 19 08:01:35 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 57B2D546; Fri, 19 Apr 2013 08:01:35 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4B123FF7; Fri, 19 Apr 2013 08:01:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3J81ZJl012741; Fri, 19 Apr 2013 08:01:35 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3J81Zhm012740; Fri, 19 Apr 2013 08:01:35 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201304190801.r3J81Zhm012740@svn.freebsd.org> From: Adrian Chadd Date: Fri, 19 Apr 2013 08:01:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249641 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 08:01:35 -0000 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);