From: Shaohui Xie Date: Fri, 14 Aug 2015 04:23:40 +0000 (+0800) Subject: net: phy: fix PHY_RUNNING in phy_state_machine X-Git-Tag: omap-for-v4.3/fixes-merge-window~77^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e122cbe90ea5079622fb57bdf2dffe8cf68e57;p=pandora-kernel.git net: phy: fix PHY_RUNNING in phy_state_machine Currently, if phy state is PHY_RUNNING, we always register a CHANGE when phy works in polling or interrupt ignored, this will make the adjust_link being called even the phy link did Not changed. checking the phy link to make sure the link did changed before we register a CHANGE, if link did not changed, we do nothing. Signed-off-by: Shaohui Xie Signed-off-by: David S. Miller --- Reading git-diff-tree failed