mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
Merge branch 'pci/dwc'
- Remove surplus break statement (Krzysztof Wilczyński) * pci/dwc: PCI: dwc: Remove surplus break statement after return
This commit is contained in:
commit
bd8bb4d097
|
|
@ -164,7 +164,6 @@ static int dw_plat_pcie_probe(struct platform_device *pdev)
|
|||
|
||||
pci->ep.ops = &pcie_ep_ops;
|
||||
return dw_pcie_ep_init(&pci->ep);
|
||||
break;
|
||||
default:
|
||||
dev_err(dev, "INVALID device type %d\n", dw_plat_pcie->mode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user