mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Initialize count in order to appease clang.
Submitted by: delphij
This commit is contained in:
parent
f9379dc411
commit
9e2585bfed
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue