From 4f5a7f9d9b43f4c238b379d595cc141bf0fae12c Mon Sep 17 00:00:00 2001 From: gavin Date: Tue, 27 May 2014 23:05:12 +0000 Subject: Remove debugging printf that crept in in r266770. Submitted by: adrian, nwhitehorn MFC after: 2 weeks --- sys/dev/iwn/if_iwn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.1