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

Commit 6a95befc authored by Marc Gonzalez's avatar Marc Gonzalez Committed by David S. Miller
Browse files

net: phy: Log only PHY state transitions



In the current code, old and new PHY states are always logged.
>From now on, log only PHY state transitions.

Signed-off-by: default avatarMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6e729175
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1225,6 +1225,7 @@ void phy_state_machine(struct work_struct *work)
	if (err < 0)
		phy_error(phydev);

	if (old_state != phydev->state)
		phydev_dbg(phydev, "PHY state change %s -> %s\n",
			   phy_state_to_str(old_state),
			   phy_state_to_str(phydev->state));