commit | 086ca23d03c0d2f4088f472386778d293e15c5f6 | [log] [tgz] |
---|---|---|
author | Chunhao Lin <hau@realtek.com> | Wed Jan 31 01:32:36 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 31 10:26:30 2018 -0500 |
tree | b23a1c50c3e9a176dab970162ed9ae13db69c3c1 | |
parent | c0b91a56a2e57a5a370655b25d677ae0ebf8a2d0 [diff] |
r8169: fix RTL8168EP take too long to complete driver initialization. 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 <hau@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>