From: David S. Miller Date: Tue, 21 May 2019 00:00:47 +0000 (-0400) Subject: Merge branch 'net-readx_poll_timeout' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13af14d06a876358a370c7ef6efd9fce575cc40e;p=linux.git 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 --- 13af14d06a876358a370c7ef6efd9fce575cc40e