]> git.sur5r.net Git - u-boot/blobdiff - drivers/pci/pcie_layerscape.c
rockchip: mmc: Use a pwrseq device if available
[u-boot] / drivers / pci / pcie_layerscape.c
index 58e88ae45e37650ebf7288c219c554846d8d4bef..99f9c83fa41f607789b29b81890a9c8394b6a0e8 100644 (file)
@@ -314,7 +314,7 @@ static int ls_pcie_read_config(struct pci_controller *hose, pci_dev_t d,
 
        if (ls_pcie_addr_valid(hose, d)) {
                *val = 0xffffffff;
-               return -EINVAL;
+               return 0;
        }
 
        if (PCI_BUS(d) == hose->first_busno) {