Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 968b4e6b authored by Sandhya Bankar's avatar Sandhya Bankar Committed by Greg Kroah-Hartman
Browse files

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: default avatarSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a6634f83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");