commit | 30fb7ba6605671e575b6a7a2e69fe153d6d20141 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Jun 02 16:21:11 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jun 10 13:52:28 2015 -0500 |
tree | 9cfe58c28ddc907acc2dc5a97471e7eef558921a | |
parent | fd5da2081b070fea6ba355f78cf79bac6e926369 [diff] |
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>