]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: microchip: Remove dev_err() when handing an error from platform_get_irq()
authorKrzysztof Wilczyński <kw@linux.com>
Wed, 10 Mar 2021 13:19:13 +0000 (13:19 +0000)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 22 Mar 2021 14:25:41 +0000 (14:25 +0000)
commit9b9d1492433e387b230efe4529e7b0e152433d28
treed763439b81d525b509562b68f3b9f4fde1f7370e
parent1a3806e49fb8143e5fa41f8321f1e3eab0890be3
PCI: microchip: Remove dev_err() when handing an error from platform_get_irq()

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/pcie-microchip-host.c:1027:2-9: line 1027 is
  redundant because platform_get_irq() already prints an error

Related commit 9284bc49b6bd ("PCI: Remove dev_err() when handing an
error from platform_get_irq()").

Link: https://lore.kernel.org/r/20210310131913.2802385-1-kw@linux.com
Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/pcie-microchip-host.c