Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 Mar 2023 16:24:33 +0000 (19:24 +0300)
committer
Bjorn Helgaas <bhelgaas@google.com>
Wed, 5 Apr 2023 20:10:14 +0000 (15:10 -0500)
pci_bus_for_each_resource() can hide the iterator index if it is not needed
otherwise. Drop the index from pci_eisa_init() since it's not needed there.