ramips: add missing unlock in fe_phy_link_adjust
Based on patch by Neil Brown Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d13c7acd9e
commit
ceff5d8c82
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ static void fe_phy_link_adjust(struct net_device *dev)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
spin_unlock_irqrestore(&priv->phy->lock, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
int fe_connect_phy_node(struct fe_priv *priv, struct device_node *phy_node)
|
int fe_connect_phy_node(struct fe_priv *priv, struct device_node *phy_node)
|
||||||
|
|
Loading…
Reference in a new issue