diff options
-rw-r--r-- | drivers/pci/host/pci-mvebu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c index c269e430c760..6f5a20f3cdf6 100644 --- a/drivers/pci/host/pci-mvebu.c +++ b/drivers/pci/host/pci-mvebu.c | |||
@@ -500,7 +500,6 @@ static int mvebu_sw_pci_bridge_write(struct mvebu_pcie_port *port, | |||
500 | */ | 500 | */ |
501 | bridge->iobase = (value & 0xff) | PCI_IO_RANGE_TYPE_32; | 501 | bridge->iobase = (value & 0xff) | PCI_IO_RANGE_TYPE_32; |
502 | bridge->iolimit = ((value >> 8) & 0xff) | PCI_IO_RANGE_TYPE_32; | 502 | bridge->iolimit = ((value >> 8) & 0xff) | PCI_IO_RANGE_TYPE_32; |
503 | bridge->secondary_status = value >> 16; | ||
504 | mvebu_pcie_handle_iobase_change(port); | 503 | mvebu_pcie_handle_iobase_change(port); |
505 | break; | 504 | break; |
506 | 505 | ||