summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-05-27 23:05:12 +0000
committergavin <gavin@FreeBSD.org>2014-05-27 23:05:12 +0000
commit4f5a7f9d9b43f4c238b379d595cc141bf0fae12c (patch)
treec5ec071ad1549b221048776ff9fa2762f2271137
parent38f58a4cec217297f218d359b2c4cf2ec457d965 (diff)
downloadFreeBSD-src-4f5a7f9d9b43f4c238b379d595cc141bf0fae12c.zip
FreeBSD-src-4f5a7f9d9b43f4c238b379d595cc141bf0fae12c.tar.gz
Remove debugging printf that crept in in r266770.
Submitted by: adrian, nwhitehorn MFC after: 2 weeks
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 43a42d8..cba8d0d 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -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.
OpenPOWER on IntegriCloud