[PATCH v2] PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname()

Lorenzo Pieralisi lorenzo.pieralisi at arm.com
Thu Oct 7 08:06:03 PDT 2021


On Thu, 7 Oct 2021 12:28:48 +0000, Krzysztof Wilczyński wrote:
> 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-visconti.c:286:2-9: line 286 is redundant because platform_get_irq() already prints an error
> 
> [...]

Applied to pci/dwc, thanks!

[1/1] PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname()
      https://git.kernel.org/lpieralisi/pci/c/5b8402562e

Thanks,
Lorenzo



More information about the linux-arm-kernel mailing list