Re: [PATCH] PCI: mediatek: Remove surplus return from a void function

2019-08-27 Thread Bjorn Helgaas
On Mon, Aug 26, 2019 at 12:10:39AM +0200, Krzysztof Wilczynski wrote: > Remove unnecessary empty return statement at the > end of a void function mtk_pcie_intr_handler() in > the drivers/pci/controller/pcie-mediatek.c. > > The surplus return statement was added as part of > the work in commit 42fe

[PATCH] PCI: mediatek: Remove surplus return from a void function

2019-08-25 Thread Krzysztof Wilczynski
Remove unnecessary empty return statement at the end of a void function mtk_pcie_intr_handler() in the drivers/pci/controller/pcie-mediatek.c. The surplus return statement was added as part of the work in commit 42fe2f91b4eb ("PCI: mediatek: Implement chained IRQ handling setup"). Signed-off-by: