From owner-svn-src-all@FreeBSD.ORG Tue May 27 23:05:13 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 508DA2FA; Tue, 27 May 2014 23:05:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E1A82FF2; Tue, 27 May 2014 23:05:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RN5Dsg079797; Tue, 27 May 2014 23:05:13 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RN5DYL079796; Tue, 27 May 2014 23:05:13 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201405272305.s4RN5DYL079796@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 27 May 2014 23:05:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266776 - head/sys/dev/iwn 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.18 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: Tue, 27 May 2014 23:05:13 -0000 Author: gavin Date: Tue May 27 23:05:12 2014 New Revision: 266776 URL: http://svnweb.freebsd.org/changeset/base/266776 Log: Remove debugging printf that crept in in r266770. Submitted by: adrian, nwhitehorn MFC after: 2 weeks Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ============================================================================== --- head/sys/dev/iwn/if_iwn.c Tue May 27 21:31:11 2014 (r266775) +++ head/sys/dev/iwn/if_iwn.c Tue May 27 23:05:12 2014 (r266776) @@ -460,7 +460,7 @@ iwn_attach(device_t dev) sc->hw_type = (IWN_READ(sc, IWN_HW_REV) >> IWN_HW_REV_TYPE_SHIFT) & IWN_HW_REV_TYPE_MASK; sc->subdevice_id = pci_get_subdevice(dev); -printf("hw %d sdid %x\n", sc->hw_type, sc->subdevice_id); + /* * 4965 versus 5000 and later have different methods. * Let's set those up first.