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
..
2021-06-16 17:20:40 -05:00
2021-11-05 11:28:46 -05:00
2021-11-02 19:06:30 +01:00
2021-11-06 14:36:12 -07:00
2021-11-06 14:36:12 -07:00
2021-11-05 11:28:47 -05:00
2021-09-07 19:13:42 -07:00
2021-02-10 16:46:29 -06:00
2021-09-28 13:43:17 -05:00