]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bcm63xx_enet.c
drivers/net: Remove address use from assignments of function pointers
[net-next-2.6.git] / drivers / net / bcm63xx_enet.c
index e2f70c3d7be4168d8534b53d7e24fbea38e7842f..ecfef240a303039390088f59b6425747377f1cdc 100644 (file)
@@ -798,7 +798,7 @@ static int bcm_enet_open(struct net_device *dev)
                snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT,
                         priv->mac_id ? "1" : "0", priv->phy_id);
 
-               phydev = phy_connect(dev, phy_id, &bcm_enet_adjust_phy_link, 0,
+               phydev = phy_connect(dev, phy_id, bcm_enet_adjust_phy_link, 0,
                                     PHY_INTERFACE_MODE_MII);
 
                if (IS_ERR(phydev)) {