OSDN Git Service

Merge branch 'net-readx_poll_timeout'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 May 2019 00:00:47 +0000 (20:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 May 2019 00:00:47 +0000 (20:00 -0400)
commit13af14d06a876358a370c7ef6efd9fce575cc40e
tree9c12f837b83e17cf7a9696f52526aebbb73af301
parentfa2c52be7129c7370e6089a8162c7119a78b9a1c
parent563ecb8a3ccf041bb00d3404dee77c7f50c60039
Merge branch 'net-readx_poll_timeout'

Benedikt Spranger says:

====================
Convert mdio wait function to use readx_poll_timeout()

On loaded systems with a preemptible kernel both functions
axienet_mdio_wait_until_ready() and xemaclite_mdio_wait() may report a
false positive error return.
Convert both functions to use readx_poll_timeout() to handle the
situation in a safe manner.
====================

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