Skip to content

Commit 586fbe9

Browse files
committed
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
2 parents 1c40116 + 1b7996a commit 586fbe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pci/controller/dwc/pci-layerscape-ep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static int __init ls_pcie_ep_probe(struct platform_device *pdev)
154154
pci->dev = dev;
155155
pci->ops = pcie->drvdata->dw_pcie_ops;
156156

157-
ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4),
157+
ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4);
158158

159159
pcie->pci = pci;
160160
pcie->ls_epc = ls_epc;

0 commit comments

Comments
 (0)