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

Commit 3eb415d1 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller
Browse files

net: r6040: Utilize phy_print_status



Instead of open coding our own version utilize the library provided
function.

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6ebd1a6d
Loading
Loading
Loading
Loading
+2 −8
Original line number Original line Diff line number Diff line
@@ -1001,14 +1001,8 @@ static void r6040_adjust_link(struct net_device *dev)
		lp->old_duplex = phydev->duplex;
		lp->old_duplex = phydev->duplex;
	}
	}


	if (status_changed) {
	if (status_changed)
		pr_info("%s: link %s", dev->name, phydev->link ?
		phy_print_status(phydev);
			"UP" : "DOWN");
		if (phydev->link)
			pr_cont(" - %d/%s", phydev->speed,
			DUPLEX_FULL == phydev->duplex ? "full" : "half");
		pr_cont("\n");
	}
}
}


static int r6040_mii_probe(struct net_device *dev)
static int r6040_mii_probe(struct net_device *dev)