Commit a83d5cf7 authored by 's avatar Committed by Jeff Garzik

Merge of /spare/repo/netdev-2.6 branch misc-fixes

parents 2a24ab62 9092f46b
...@@ -174,6 +174,7 @@ void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) ...@@ -174,6 +174,7 @@ void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val)
break; break;
} }
spin_unlock_irqrestore(&tp->mii_lock, flags); spin_unlock_irqrestore(&tp->mii_lock, flags);
return;
} }
/* Establish sync by sending 32 logic ones. */ /* Establish sync by sending 32 logic ones. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment