Initialize count in order to appease clang.
Submitted by: delphij
This commit is contained in:
parent
d85a1ce450
commit
55ff3cee07
@ -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 New Issue
Block a user