PCI: Remove local variable usage in pci_bus_distribute_available_resources()
authorNicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
Tue, 28 Jan 2020 21:57:09 +0000 (15:57 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 29 Jan 2020 22:56:57 +0000 (16:56 -0600)
commit7779385484dad7c95b624f7c9ee1aa07ab8cf43b
treec0546e9d0cf97814bc7abbdc9bcb04a88118dbda
parentd555a50fd6e0280735cabf8581feff875f3f39d7
PCI: Remove local variable usage in pci_bus_distribute_available_resources()

In pci_bus_distribute_available_resources(), use resource_size() rather
than the local available_io, etc.  No functional change intended; this just
makes the preceding patch smaller.

[bhelgaas: extracted from https://lore.kernel.org/r/PSXP216MB0438587C47CBEDF365B1EA27803C0@PSXP216MB0438.KORP216.PROD.OUTLOOK.COM]
Signed-off-by: Nicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pci/setup-bus.c