diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/xilinx/ll_temac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c index 68375655e61b..fec8e4c22944 100644 --- a/drivers/net/ethernet/xilinx/ll_temac_main.c +++ b/drivers/net/ethernet/xilinx/ll_temac_main.c | |||
@@ -92,7 +92,7 @@ int temac_indirect_busywait(struct temac_local *lp) | |||
92 | WARN_ON(1); | 92 | WARN_ON(1); |
93 | return -ETIMEDOUT; | 93 | return -ETIMEDOUT; |
94 | } | 94 | } |
95 | msleep(1); | 95 | usleep_range(500, 1000); |
96 | } | 96 | } |
97 | return 0; | 97 | return 0; |
98 | } | 98 | } |