mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Initialize count in order to appease clang.
Submitted by: delphij
This commit is contained in:
parent
9e2585bfed
commit
20132a2238
1 changed files with 1 additions and 0 deletions
|
|
@ -394,6 +394,7 @@ aac_pci_attach(device_t dev)
|
|||
* Allocate the interrupt.
|
||||
*/
|
||||
rid = 0;
|
||||
count = 0;
|
||||
if (aac_enable_msi != 0 && pci_find_cap(dev, PCIY_MSI, ®) == 0) {
|
||||
count = pci_msi_count(dev);
|
||||
if (count > 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue