PCI: Drop temporary variable in pci_assign_unassigned_resources()
authorYinghai Lu <yinghai@kernel.org>
Mon, 22 Jul 2013 21:37:12 +0000 (14:37 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:35:02 +0000 (12:35 -0600)
commit61e83cdde15f8850087d6c57c8576e25b671db59
tree8367eddd294c34bcb59b5215091f3c40b631ed32
parent3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b
PCI: Drop temporary variable in pci_assign_unassigned_resources()

Drop the "bus" temporary variable.  No functional change, but simplifies
later patch slightly.

[bhelgaas: changelog, make same change in
pci_assign_unassigned_bridge_resources() to keep it parallel with
pci_assign_unassigned_resources()]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/setup-bus.c