PCI: designware: Simplify host bridge window iteration
authorBjorn Helgaas <bhelgaas@google.com>
Sat, 28 May 2016 23:48:11 +0000 (18:48 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 20 Jun 2016 19:06:05 +0000 (14:06 -0500)
commit7baf69c7c3025d18dbf7a4b903f9ddc647aacaaf
tree89526ec9721fe5a222883fec1dba252c28995a0c
parent12722dbbda12125314611a76d47d492120e830a4
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>
drivers/pci/host/pcie-designware.c