]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: dra7xx: Use dw_pcie_link_up() consistently
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 2 Jun 2015 21:21:11 +0000 (16:21 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 10 Jun 2015 18:52:28 +0000 (13:52 -0500)
commit7af1c8c0fb0bdcd577a8319f142a20e5dfa77ddb
tree9cfe58c28ddc907acc2dc5a97471e7eef558921a
parent41b819073216f40f3bbaaeb42fe42781fb54e9b7
PCI: dra7xx: Use dw_pcie_link_up() consistently

We already use dw_pcie_link_up() once in dra7xx_pcie_establish_link(), but
we duplicate its code later.  Use dw_pcie_link_up() for consistency.  No
functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Pratyush Anand <pratyush.anand@gmail.com>
drivers/pci/host/pci-dra7xx.c