You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] ucc_geth: Initialize mdio_lock.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -1852,6 +1852,8 @@ static int init_phy(struct net_device *dev)
|
||||
mii_info->mdio_read = &read_phy_reg;
|
||||
mii_info->mdio_write = &write_phy_reg;
|
||||
|
||||
spin_lock_init(&mii_info->mdio_lock);
|
||||
|
||||
ugeth->mii_info = mii_info;
|
||||
|
||||
spin_lock_irq(&ugeth->lock);
|
||||
|
||||
Reference in New Issue
Block a user