commit | b9849860675f925da0380f4ea76c3f5041909737 | [log] [tgz] |
---|---|---|
author | Emiliano Ingrassia <ingrassia@epigenesys.com> | Thu Oct 12 11:00:47 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 13 10:19:52 2017 -0700 |
tree | e560cbe003890704b1e850ee1f5fe2de8ccbf84a | |
parent | e7ad97938eaccb5a9ff4534167b1abafb507935c [diff] |
net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset function The DMA reset timeout, used in read_poll_timeout, is ten times shorter than the sleep time. This patch fixes these values interchanging them, as it was before the read_poll_timeout introduction. Fixes: 8a70aeca80c2 ("net: stmmac: Use readl_poll_timeout") Signed-off-by: Emiliano Ingrassia <ingrassia@epigenesys.com> Signed-off-by: David S. Miller <davem@davemloft.net>