commit | da6163ad3aae627d0b12ae58300c5d02d8ee613e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat May 28 18:31:26 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Jun 25 07:44:24 2016 -0500 |
tree | e923210ad063aa2c10e1bddb2566e15d0cc4c976 | |
parent | 2fbb353041891ce8527667ca956d9c53222dec01 [diff] |
PCI: versatile: 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. Simplify checking for the required non-prefetchable memory aperture. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>