mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
Staging: netlogic: Remove & from function name.
Remove & from function name,when function name passed as an argument to another function. Function name is used as pointer without &. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a6634f8340
commit
968b4e6bd3
@ -850,7 +850,7 @@ static int xlr_mii_probe(struct xlr_net_priv *priv)
|
||||
|
||||
/* Attach MAC to PHY */
|
||||
phydev = phy_connect(priv->ndev, phydev_name(phydev),
|
||||
&xlr_gmac_link_adjust, priv->nd->phy_interface);
|
||||
xlr_gmac_link_adjust, priv->nd->phy_interface);
|
||||
|
||||
if (IS_ERR(phydev)) {
|
||||
pr_err("could not attach PHY\n");
|
||||
|
Loading…
Reference in New Issue
Block a user