Initialize count in order to appease clang.

Submitted by:	delphij
This commit is contained in:
Marius Strobl 2013-03-01 22:05:20 +00:00
parent f9379dc411
commit 9e2585bfed

View File

@ -1076,6 +1076,7 @@ bce_attach(device_t dev)
bce_probe_pci_caps(dev, sc);
rid = 1;
count = 0;
#if 0
/* Try allocating MSI-X interrupts. */
if ((sc->bce_cap_flags & BCE_MSIX_CAPABLE_FLAG) &&