summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-07-29 18:21:48 +0000
committerdg <dg@FreeBSD.org>1995-07-29 18:21:48 +0000
commit03e89dc270045cdb8070f02eb7fce840b21d4d44 (patch)
treeb0670525b6855786de1cc0d29137e2e6534313ed /sys/pci/pci.c
parent2a45c5fe894efbe1f81f32d8f4e2550ce0aee338 (diff)
downloadFreeBSD-src-03e89dc270045cdb8070f02eb7fce840b21d4d44.zip
FreeBSD-src-03e89dc270045cdb8070f02eb7fce840b21d4d44.tar.gz
Initialize "name" to quiet compiler.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 916a92d..66a1621 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.26 1995/07/27 21:38:45 se Exp $
+** $Id: pci.c,v 1.27 1995/07/27 21:56:51 se Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
@@ -372,7 +372,7 @@ pci_bus_config (void)
};
#endif
for (device=0; device<pci_maxdevice; device ++) {
- char* name;
+ char* name = "";
struct pci_device **dvpp;
if ((pcicb->pcicb_seen >> device) & 1)
OpenPOWER on IntegriCloud