mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-25 13:28:08 +00:00
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
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user