EISA: Drop unused pci_bus_for_each_resource() index argument
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 Mar 2023 16:24:33 +0000 (19:24 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 5 Apr 2023 20:10:14 +0000 (15:10 -0500)
commite34a6ba53e80d7f6c6eb61d0438842d9ba63504a
tree03cc71dbba1e321e0b8a79cf41fcb0842113941d
parent02992064bdffc97403b6058491094cd41d1a11ef
EISA: Drop unused pci_bus_for_each_resource() index argument

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.

Link: https://lore.kernel.org/r/20230330162434.35055-7-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Krzysztof Wilczyński <kw@linux.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
drivers/eisa/pci_eisa.c