commit | 4c540a35c06963fa853a14daaf9a4f7df39856d5 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat May 28 18:37:46 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Jun 25 07:44:23 2016 -0500 |
tree | dbf13fd52f35046281e9d4ede0ab446cacb3a82e | |
parent | 6fd7f550975a2186493dbea6170acbe7da3b8ab9 [diff] |
PCI: rcar: Simplify host bridge window iteration The switch is the only statement in the resource_list_for_each_entry() loop, so remove unnecessary cases and "continue" statements in the switch. Inline rcar_pcie_release_of_pci_ranges(), which is only called once. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>