Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: layerscape: Use dw_pcie_link_up() consistently

All the other DesignWare-based drivers use dw_pcie_link_up(), so use it in
this driver, too, for consistency. No functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Pratyush Anand <pratyush.anand@gmail.com>

+1 -1
+1 -1
drivers/pci/host/pci-layerscape.c
··· 70 70 71 71 dw_pcie_setup_rc(pp); 72 72 73 - while (!ls_pcie_link_up(pp)) { 73 + while (!dw_pcie_link_up(pp)) { 74 74 usleep_range(100, 1000); 75 75 count++; 76 76 if (count >= 200) {