Re: [PATCH] net: marvell: mvmdio: Handle errors from optional IRQ lookup
Paolo Abeni <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/26 1:16 PM, [email protected] wrote: > From: bui duc phuc <[email protected]> > > platform_get_irq_optional() returns a positive IRQ number on success or > a negative error code on failure. For an optional IRQ, -ENXIO indicates > that no optional IRQ is available. Other errors should be propagated so > that the caller can handle them appropriately. > > The existing code propagates -EPROBE_DEFER, but ignores other negative > errors. Propagate negative errors other than -ENXIO. > > Found by manual code inspection. > > Signed-off-by: bui duc phuc <[email protected]> ## Form letter - net-next-closed We have already submitted our pull request with net-next material for v7.3, and therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after Aug 31st. RFC patches sent for review only are obviously welcome at any time. See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle