Merge branch 'remotes/lorenzo/pci/layerscape'
- Fix ls_pcie_ep_probe() syntax error (comma for semicolon) (Krzysztof Wilczyński) * remotes/lorenzo/pci/layerscape: PCI: layerscape: Correct syntax by changing comma to semicolon
This commit is contained in:
Коммит
586fbe90f8
|
@ -154,7 +154,7 @@ static int __init ls_pcie_ep_probe(struct platform_device *pdev)
|
|||
pci->dev = dev;
|
||||
pci->ops = pcie->drvdata->dw_pcie_ops;
|
||||
|
||||
ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4),
|
||||
ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4);
|
||||
|
||||
pcie->pci = pci;
|
||||
pcie->ls_epc = ls_epc;
|
||||
|
|
Загрузка…
Ссылка в новой задаче