]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/networking/stmmac.txt
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / Documentation / networking / stmmac.txt
index 2903b1cf4d702c639fe2d43056fcf9dca1a641d9..d64a147142364ee56e0c64010330e0a4c38cf967 100644 (file)
@@ -254,7 +254,7 @@ static struct fixed_phy_status stmmac0_fixed_phy_status = {
 
 During the board's device_init we can configure the first
 MAC for fixed_link by calling:
-  fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status));)
+  fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status, -1);
 and the second one, with a real PHY device attached to the bus,
 by using the stmmac_mdio_bus_data structure (to provide the id, the
 reset procedure etc).