diff options
Diffstat (limited to 'drivers/net/phy/dp83640.c')
-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 ed0d10f54f26..c3065236ffcc 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
@@ -908,7 +908,7 @@ static void decode_txts(struct dp83640_private *dp83640, | |||
908 | if (overflow) { | 908 | if (overflow) { |
909 | pr_debug("tx timestamp queue overflow, count %d\n", overflow); | 909 | pr_debug("tx timestamp queue overflow, count %d\n", overflow); |
910 | while (skb) { | 910 | while (skb) { |
911 | skb_complete_tx_timestamp(skb, NULL); | 911 | kfree_skb(skb); |
912 | skb = skb_dequeue(&dp83640->tx_queue); | 912 | skb = skb_dequeue(&dp83640->tx_queue); |
913 | } | 913 | } |
914 | return; | 914 | return; |