]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76554a440c9db417aa85e4bfb779d5f5b138e6d6
treecf8ebddef2228a4a1571c66faecf00d2eb238d7b
parentc6ce9fa49346dc29ef728659a6d27e0140dfed04
parente9262b60ffee1f63a3f80a06b9a0640d775704e4
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>