On Thu, 1 Jul 2021 21:02:52 +0000, Krzysztof Wilczyński wrote: > As part of code refactoring completed in the commit a0fd361db8e5 ("PCI: > dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common > code") the function dw_plat_add_pcie_ep() has been removed and the call > to the dw_pcie_ep_init() has been moved into dw_plat_pcie_probe(). > > This change left a break statement behind that is not needed any more as > as the function dw_plat_pcie_probe() returns immediately after making > a call to dw_pcie_ep_init(). > > [...] Applied to pci/dwc, thanks! [1/1] PCI: dwc: Remove surplus break statement after return https://git.kernel.org/lpieralisi/pci/c/2999568def Thanks, Lorenzo