mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 02:07:55 +01:00
Merge "pci: pci_ipq: initialize the index variable to zero"
This commit is contained in:
commit
a98648973e
1 changed files with 1 additions and 1 deletions
|
|
@ -1988,7 +1988,7 @@ pci_dev_t pci_find_ipq_devices(struct pci_device_id *ids, int device_id)
|
|||
{
|
||||
struct pci_controller * hose;
|
||||
pci_dev_t bdf;
|
||||
int bus, index;
|
||||
int bus, index = 0;
|
||||
|
||||
hose = pci_get_hose_head();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue