[PATCH v7 4/6] EISA: Convert to use less arguments in pci_bus_for_each_resource()
Philippe Mathieu-Daudé
philmd at linaro.org
Fri Mar 24 02:02:15 PDT 2023
On 23/3/23 18:36, Andy Shevchenko wrote:
> The pci_bus_for_each_resource() can hide the iterator loop since
> it may be not used otherwise. With this, we may drop that iterator
> variable definition.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> Reviewed-by: Krzysztof Wilczyński <kw at linux.com>
> ---
> drivers/eisa/pci_eisa.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/eisa/pci_eisa.c b/drivers/eisa/pci_eisa.c
Since this is *PCI* EISA, could be squashed into previous patch.
Reviewed-by: Philippe Mathieu-Daudé <philmd at linaro.org>
More information about the linux-arm-kernel
mailing list