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

Commit 33de6932 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by David S. Miller
Browse files

ftgmac100: Display the discovered PHY device info

parent abcc3eb0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1077,6 +1077,9 @@ static int ftgmac100_mii_probe(struct ftgmac100 *priv, phy_interface_t intf)
	phydev->supported |= SUPPORTED_Pause | SUPPORTED_Asym_Pause;
	phydev->advertising = phydev->supported;

	/* Display what we found */
	phy_attached_info(phydev);

	return 0;
}