PCI: tegra194: Cleanup unused code

Remove unused code from function tegra_pcie_config_ep.

Link: https://lore.kernel.org/r/20210623100525.19944-6-omp@nvidia.com
Signed-off-by: Om Prakash Singh <omp@nvidia.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Vidya Sagar <vidyas@nvidia.com>
This commit is contained in:
Om Prakash Singh 2021-06-23 15:35:25 +05:30 committed by Lorenzo Pieralisi
parent de2bbf2b71
commit f62750e691
1 changed files with 0 additions and 7 deletions

View File

@ -1945,13 +1945,6 @@ static int tegra_pcie_config_ep(struct tegra_pcie_dw *pcie,
return ret; return ret;
} }
name = devm_kasprintf(dev, GFP_KERNEL, "tegra_pcie_%u_ep_work",
pcie->cid);
if (!name) {
dev_err(dev, "Failed to create PCIe EP work thread string\n");
return -ENOMEM;
}
pm_runtime_enable(dev); pm_runtime_enable(dev);
ret = dw_pcie_ep_init(ep); ret = dw_pcie_ep_init(ep);