Re: [PATCH v2] net: phy: Log only PHY state transitions

2017-07-31 Thread David Miller
From: Marc Gonzalez Date: Fri, 28 Jul 2017 13:18:30 +0200 > In the current code, old and new PHY states are always logged. > From now on, log only PHY state transitions. > > Signed-off-by: Marc Gonzalez Applied to net-next, thanks.

[PATCH v2] net: phy: Log only PHY state transitions

2017-07-28 Thread Marc Gonzalez
In the current code, old and new PHY states are always logged. >From now on, log only PHY state transitions. Signed-off-by: Marc Gonzalez --- Fix indentation. I was trying to minimize the diff. I also considered using a goto to jump over the phydev_dbg() call, but that didn't feel right. --- dri