Initialize count in order to appease clang.
Submitted by: delphij
This commit is contained in:
parent
f9379dc411
commit
9e2585bfed
@ -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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user