linux/drivers/pci/controller/dwc
Krzysztof Wilczyński 549bf94dd2 PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()
There is no need to call the dev_err() function directly to print a
custom message when handling an error from either the platform_get_irq()
or platform_get_irq_byname() functions as both are going to display an
appropriate error message in case of a failure.

This change is as per suggestions from Coccinelle, e.g.,
  drivers/pci/controller/dwc/pcie-qcom-ep.c:556:2-9: line 556 is redundant because platform_get_irq() already prints an error

Related:
  https://lore.kernel.org/all/20210310131913.2802385-1-kw@linux.com/
  https://lore.kernel.org/all/20200802142601.1635926-1-kw@linux.com/

Link: https://lore.kernel.org/r/20211027112931.37182-1-kw@linux.com
Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2021-12-06 11:38:20 +00:00
..
Kconfig Merge branch 'remotes/lorenzo/pci/qcom' 2021-11-05 11:28:52 -05:00
Makefile PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver 2021-10-11 15:34:02 -05:00
pci-dra7xx.c PCI: dra7xx: Get an optional clock 2021-09-30 09:52:16 +01:00
pci-exynos.c
pci-imx6.c PCI: imx6: Remove unused assignment to variable ret 2021-10-05 10:05:14 +01:00
pci-keystone.c PCI: Bulk conversion to generic_handle_domain_irq() 2021-08-02 11:53:05 -05:00
pci-layerscape-ep.c
pci-layerscape.c
pci-meson.c
pcie-al.c
pcie-armada8k.c
pcie-artpec6.c PCI: artpec6: Remove local code block from switch statement 2021-08-31 14:54:33 -05:00
pcie-designware-ep.c PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver 2021-10-11 15:34:02 -05:00
pcie-designware-host.c PCI: dwc: Perform host_init() before registering msi 2021-10-12 13:46:02 +01:00
pcie-designware-plat.c PCI: dwc: Remove surplus break statement after return 2021-08-31 14:56:43 -05:00
pcie-designware.c PCI: dwc: Do not remap invalid res 2021-12-02 09:41:43 +00:00
pcie-designware.h
pcie-dw-rockchip.c PCI: rockchip-dwc: Add Rockchip RK356X host controller driver 2021-08-31 14:58:20 -05:00
pcie-fu740.c
pcie-hisi.c PCI: Unify ECAM constants in native PCI Express drivers 2020-12-10 14:55:49 -06:00
pcie-histb.c
pcie-intel-gw.c
pcie-keembay.c PCI: keembay: Add support for Intel Keem Bay 2021-08-20 13:47:05 +01:00
pcie-kirin.c PCI: kirin: Allow removing the driver 2021-11-04 14:34:23 -05:00
pcie-qcom-ep.c PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname() 2021-12-06 11:38:20 +00:00
pcie-qcom.c PCI: qcom: Add sc8180x compatible 2021-10-15 10:12:56 +01:00
pcie-spear13xx.c
pcie-tegra194-acpi.c
pcie-tegra194.c PCI: tegra194: Cleanup unused code 2021-08-04 12:28:17 +01:00
pcie-uniphier-ep.c
pcie-uniphier.c PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation 2021-10-15 10:15:53 +01:00
pcie-visconti.c PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname() 2021-10-07 16:03:57 +01:00