commit | 5aa182a26ca6b2427473d9c61e369c860fca628c | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat May 28 18:28:51 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jun 21 10:10:37 2016 -0500 |
tree | 3f54d5f7b1590c55e4129f41e7d98371c62c9df0 | |
parent | b7f957ac272cb6f7a36536a1801b4da453df9c9b [diff] |
PCI: generic: Simplify host bridge window iteration The switch is the only statement in the resource_list_for_each_entry() loop, so remove unnecessary "continue" statements in the switch. Remove unnecessary "goto" statements and label. Simplify checking for the required non-prefetchable memory aperture. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>