Date: Tue, 27 May 2014 23:05:13 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266776 - head/sys/dev/iwn Message-ID: <201405272305.s4RN5DYL079796@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405272305.s4RN5DYL079796>