We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfb77c8 + 932ec9d commit af257c7Copy full SHA for af257c7
1 file changed
drivers/pci/controller/cadence/pcie-sg2042.c
@@ -74,15 +74,12 @@ static int sg2042_pcie_probe(struct platform_device *pdev)
74
static void sg2042_pcie_remove(struct platform_device *pdev)
75
{
76
struct cdns_pcie *pcie = platform_get_drvdata(pdev);
77
- struct device *dev = &pdev->dev;
78
struct cdns_pcie_rc *rc;
79
80
rc = container_of(pcie, struct cdns_pcie_rc, pcie);
81
cdns_pcie_host_disable(rc);
82
83
cdns_pcie_disable_phy(pcie);
84
-
85
- pm_runtime_disable(dev);
86
}
87
88
static int sg2042_pcie_suspend_noirq(struct device *dev)
0 commit comments