Re: [PATCH v1] net: phy: micrel: fix interrupt handling

From: Andrew Lunn
Date: Fri Nov 27 2020 - 09:45:55 EST


On Fri, Nov 27, 2020 at 01:36:21PM +0100, Oleksij Rempel wrote:
> After migration to the shared interrupt support, the KSZ8031 PHY with
> enabled interrupt support was not able to notify about link status
> change.
>
> Fixes: 59ca4e58b917 ("net: phy: micrel: implement generic .handle_interrupt() callback")
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

I took a quick look at all the other patches like this. I did not spot
any other missing the !

Andrew