svn commit: r266776 - head/sys/dev/iwn
Gavin Atkinson
gavin at FreeBSD.org
Tue May 27 23:05:13 UTC 2014
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.
More information about the svn-src-head
mailing list