Re: [PATCH v2 net-next] net: phy: fixed_phy: Fix fixed_phy not checking GPIO

From: David Miller
Date: Thu Feb 07 2019 - 12:52:58 EST


From: Moritz Fischer <mdf@xxxxxxxxxx>
Date: Wed, 6 Feb 2019 21:45:29 -0800

> Fix fixed_phy not checking GPIO if no link_update callback
> is registered.
>
> In the original version all users registered a link_update
> callback so the issue was masked.
>
> Fixes: a5597008dbc2 ("phy: fixed_phy: Add gpio to determine link up/down.")
> Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
> Signed-off-by: Moritz Fischer <mdf@xxxxxxxxxx>

Applied, thank you.