On Mon, 9 Nov 2020 17:46:01 +0200 Ioana Ciornei wrote: > From: Ioana Ciornei <ioana.cior...@nxp.com> > > The referenced commit added in .config_intr() the part of code which upon > configuration of the IRQ state it also clears up any pending IRQ. If > there were actually pending IRQs, a read on the IRQ status register will > return something non zero. This should not result in the callback > returning an error. > > Fix this by returning an error only when the result of the > phy_read_mmd() is negative. > > Fixes: e11ef96d44f1 ("net: phy: aquantia: remove the use of .ack_interrupt()") > Signed-off-by: Ioana Ciornei <ioana.cior...@nxp.com>
Applied, thanks!