Re: [PATCH] net: phy: xgmiitorgmii: Support generic PHY status read

From: David Miller
Date: Fri Feb 15 2019 - 23:21:41 EST


From: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
Date: Fri, 15 Feb 2019 17:17:08 +0100

> Some PHY drivers like the generic one do not provide a read_status
> callback on their own but rely on genphy_read_status being called
> directly.
>
> With the current code, this results in a NULL function pointer call.
> Call genphy_read_status instead when there is no specific callback.
>
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>

Applied, thanks.

Unfortunately I only noticed your updated version with the Fixes tag
after pushing this version out. I'll be more careful next time :)