Re: [PATCH net] r8169: fix RTL8168EP take too long to complete driver initialization.

2018-01-31 Thread David Miller
From: Chunhao Lin Date: Wed, 31 Jan 2018 01:32:36 +0800 > Driver check the wrong register bit in rtl_ocp_tx_cond() that keep driver > waiting until timeout. > > Fix this by waiting for the right register bit. > > Signed-off-by: Chunhao Lin Applied and queued up for -stable.

[PATCH net] r8169: fix RTL8168EP take too long to complete driver initialization.

2018-01-30 Thread Chunhao Lin
Driver check the wrong register bit in rtl_ocp_tx_cond() that keep driver waiting until timeout. Fix this by waiting for the right register bit. Signed-off-by: Chunhao Lin --- drivers/net/ethernet/realtek/r8169.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ne