diff options
Diffstat (limited to 'drivers/net/ucc_geth.c')
-rw-r--r-- | drivers/net/ucc_geth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index c87747bb24c5..4931af736630 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c | |||
@@ -3502,8 +3502,6 @@ static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit | |||
3502 | netif_receive_skb(skb); | 3502 | netif_receive_skb(skb); |
3503 | } | 3503 | } |
3504 | 3504 | ||
3505 | ugeth->dev->last_rx = jiffies; | ||
3506 | |||
3507 | skb = get_new_skb(ugeth, bd); | 3505 | skb = get_new_skb(ugeth, bd); |
3508 | if (!skb) { | 3506 | if (!skb) { |
3509 | if (netif_msg_rx_err(ugeth)) | 3507 | if (netif_msg_rx_err(ugeth)) |