diff options
-rw-r--r-- | drivers/net/phy/dp83640.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c index 9663e0ba6003..ba3c59147aa7 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
@@ -1159,7 +1159,7 @@ static void rx_timestamp_work(struct work_struct *work) | |||
1159 | } | 1159 | } |
1160 | } | 1160 | } |
1161 | spin_unlock_irqrestore(&dp83640->rx_lock, flags); | 1161 | spin_unlock_irqrestore(&dp83640->rx_lock, flags); |
1162 | netif_rx(skb); | 1162 | netif_rx_ni(skb); |
1163 | } | 1163 | } |
1164 | 1164 | ||
1165 | /* Clear out expired time stamps. */ | 1165 | /* Clear out expired time stamps. */ |