diff options
Diffstat (limited to 'drivers/net/stmmac')
-rw-r--r-- | drivers/net/stmmac/stmmac_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c index 0bdd3326c94a..1083334ccd21 100644 --- a/drivers/net/stmmac/stmmac_main.c +++ b/drivers/net/stmmac/stmmac_main.c | |||
@@ -829,7 +829,6 @@ static int stmmac_open(struct net_device *dev) | |||
829 | * In case of failure continue without timer. */ | 829 | * In case of failure continue without timer. */ |
830 | if (unlikely((stmmac_open_ext_timer(dev, priv->tm)) < 0)) { | 830 | if (unlikely((stmmac_open_ext_timer(dev, priv->tm)) < 0)) { |
831 | pr_warning("stmmaceth: cannot attach the external timer.\n"); | 831 | pr_warning("stmmaceth: cannot attach the external timer.\n"); |
832 | tmrate = 0; | ||
833 | priv->tm->freq = 0; | 832 | priv->tm->freq = 0; |
834 | priv->tm->timer_start = stmmac_no_timer_started; | 833 | priv->tm->timer_start = stmmac_no_timer_started; |
835 | priv->tm->timer_stop = stmmac_no_timer_stopped; | 834 | priv->tm->timer_stop = stmmac_no_timer_stopped; |