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)
commit9d312cfb3d91227423f6e0f318de01f317130be5
treecf8ebddef2228a4a1571c66faecf00d2eb238d7b
parent501ec18757abdaba95440dbbd1d5df0611f813c4
parente69e46261063a25c3907bed16a2e9d18b115d1fd
Merge branch 'Incorrect-use-of-phy_read_status'

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>