]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'Incorrect-use-of-phy_read_status'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 18:48:23 +0000 (13:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 18:48:23 +0000 (13:48 -0500)
Florian Fainelli says:

====================
net: Incorrect use of phy_read_status()

This patch series removes incorrect uses of phy_read_status() which can clobber
the PHY device link while we are executing with the state machine running.

greth was potentially another candidate, but it does funky stuff with
auto-negotation that I am still trying to understand.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge