Am Donnerstag, den 19.01.2017, 08:36 -0800 schrieb Andrey Smirnov: > Cc: [email protected] > Cc: Richard Zhu <[email protected]> > Cc: Lucas Stach <[email protected]> > Cc: Bjorn Helgaas <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Andrey Smirnov <[email protected]>
Acked-by: Lucas Stach <[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); > } > }

