commit | 7baf69c7c3025d18dbf7a4b903f9ddc647aacaaf | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat May 28 18:48:11 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 20 14:06:05 2016 -0500 |
tree | 89526ec9721fe5a222883fec1dba252c28995a0c | |
parent | 12722dbbda12125314611a76d47d492120e830a4 [diff] |
PCI: designware: 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. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>