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

2019-02-07 Thread David Miller
From: Moritz Fischer 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 deter

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

2019-02-06 Thread Moritz Fischer
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 Signed-off-by: Moritz Fische