|
@@ -646,8 +646,7 @@ static int __init imx6_pcie_probe(struct platform_device *pdev)
|
|
imx6_pcie->pcie_inbound_axi = devm_clk_get(dev,
|
|
imx6_pcie->pcie_inbound_axi = devm_clk_get(dev,
|
|
"pcie_inbound_axi");
|
|
"pcie_inbound_axi");
|
|
if (IS_ERR(imx6_pcie->pcie_inbound_axi)) {
|
|
if (IS_ERR(imx6_pcie->pcie_inbound_axi)) {
|
|
- dev_err(dev,
|
|
|
|
- "pcie_incbound_axi clock missing or invalid\n");
|
|
|
|
|
|
+ dev_err(dev, "pcie_inbound_axi clock missing or invalid\n");
|
|
return PTR_ERR(imx6_pcie->pcie_inbound_axi);
|
|
return PTR_ERR(imx6_pcie->pcie_inbound_axi);
|
|
}
|
|
}
|
|
}
|
|
}
|