Re: [PATCH] net: phy: corrected the return value for genphy_check_and_restart_aneg

From: Andrew Lunn
Date: Tue Feb 25 2020 - 08:28:40 EST


On Tue, Feb 25, 2020 at 05:52:08PM +0530, Sudheesh Mavila wrote:
> When auto-negotiation is not required, return value should be zero.
>
> Signed-off-by: Sudheesh Mavila <sudheesh.mavila@xxxxxxx>

Fixes: 2a10ab043ac5 ("net: phy: add genphy_check_and_restart_aneg()")

Andrew