summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-mediatek.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-09-24 00:10:31 +0300
committerBjorn Helgaas <bhelgaas@google.com>2019-09-24 00:10:31 +0300
commitc5048a73b4770304699cb15e3ffcb97acab685f7 (patch)
treeb6e8a8676251a835fcf1f0f927d0182e6ff63be2 /drivers/pci/controller/pcie-mediatek.c
parentcdc7e184abb338dfe24624e90b09d366f0dcfad5 (diff)
parent55507aea58824578610eb0cb5c250a0c997987c9 (diff)
downloadlinux-c5048a73b4770304699cb15e3ffcb97acab685f7.tar.xz
Merge branch 'pci/trivial'
- Fix typos and whitespace errors (Bjorn Helgaas, Krzysztof Wilczynski) - Remove unnecessary "return" statements (Krzysztof Wilczynski) - Correct of_irq_parse_pci() function documentation (Lubomir Rintel) * pci/trivial: PCI: Remove unnecessary returns PCI: OF: Correct of_irq_parse_pci() documentation PCI: Fix typos and whitespace errors
Diffstat (limited to 'drivers/pci/controller/pcie-mediatek.c')
-rw-r--r--drivers/pci/controller/pcie-mediatek.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/controller/pcie-mediatek.c b/drivers/pci/controller/pcie-mediatek.c
index 3eaa7081ab2a..626a7c352dfd 100644
--- a/drivers/pci/controller/pcie-mediatek.c
+++ b/drivers/pci/controller/pcie-mediatek.c
@@ -635,8 +635,6 @@ static void mtk_pcie_intr_handler(struct irq_desc *desc)
}
chained_irq_exit(irqchip, desc);
-
- return;
}
static int mtk_pcie_setup_irq(struct mtk_pcie_port *port,