diff options
Diffstat (limited to 'drivers/net/phy/fixed_phy.c')
-rw-r--r-- | drivers/net/phy/fixed_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/fixed_phy.c b/drivers/net/phy/fixed_phy.c index fb1299c6326e..e23bf5b90e17 100644 --- a/drivers/net/phy/fixed_phy.c +++ b/drivers/net/phy/fixed_phy.c | |||
@@ -220,7 +220,7 @@ int fixed_phy_update_state(struct phy_device *phydev, | |||
220 | struct fixed_mdio_bus *fmb = &platform_fmb; | 220 | struct fixed_mdio_bus *fmb = &platform_fmb; |
221 | struct fixed_phy *fp; | 221 | struct fixed_phy *fp; |
222 | 222 | ||
223 | if (!phydev || !phydev->bus) | 223 | if (!phydev || phydev->bus != fmb->mii_bus) |
224 | return -EINVAL; | 224 | return -EINVAL; |
225 | 225 | ||
226 | list_for_each_entry(fp, &fmb->phys, node) { | 226 | list_for_each_entry(fp, &fmb->phys, node) { |