Cc: [email protected]
Cc: Lucas Stach <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: [email protected]
Cc: [email protected]

Acked-by: Lucas Stach <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
---
 drivers/pci/host/pci-imx6.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c
index c8cefb0..50a1291 100644
--- a/drivers/pci/host/pci-imx6.c
+++ b/drivers/pci/host/pci-imx6.c
@@ -678,8 +678,7 @@ static int __init imx6_pcie_probe(struct platform_device 
*pdev)
                imx6_pcie->pcie_inbound_axi = devm_clk_get(dev,
                                                           "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);
                }
        }
-- 
2.9.3

Reply via email to