aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ethernet/ti/tlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ti/tlan.c b/drivers/net/ethernet/ti/tlan.c
index 1f722c99afb9..691ec936e88d 100644
--- a/drivers/net/ethernet/ti/tlan.c
+++ b/drivers/net/ethernet/ti/tlan.c
@@ -2561,7 +2561,7 @@ static void tlan_phy_power_up(struct net_device *dev)
2561 * transceiver. The TLAN docs say both 50 ms and 2561 * transceiver. The TLAN docs say both 50 ms and
2562 * 500 ms, so do the longer, just in case. 2562 * 500 ms, so do the longer, just in case.
2563 */ 2563 */
2564 tlan_set_timer(dev, (HZ/20), TLAN_TIMER_PHY_RESET); 2564 tlan_set_timer(dev, msecs_to_jiffies(500), TLAN_TIMER_PHY_RESET);
2565 2565
2566} 2566}
2567 2567