Re: [PATCH -next] PCI: endpoint: Remove redundant dev_err().

From: Krzysztof Wilczyński
Date: Sun Jun 25 2023 - 14:49:30 EST


Hello,

> 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 extra dev_err() appears to have since been removed, per:

https://git.kernel.org/pci/pci/c/1bf5f25324f7

Nevertheless, thank you for sending the patch over!

Krzysztof