diff options
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/dp83640.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c index ead323e56739..2cd8dc5847b4 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
@@ -1044,8 +1044,8 @@ static bool dp83640_rxtstamp(struct phy_device *phydev, | |||
1044 | 1044 | ||
1045 | if (is_status_frame(skb, type)) { | 1045 | if (is_status_frame(skb, type)) { |
1046 | decode_status_frame(dp83640, skb); | 1046 | decode_status_frame(dp83640, skb); |
1047 | /* Let the stack drop this frame. */ | 1047 | kfree_skb(skb); |
1048 | return false; | 1048 | return true; |
1049 | } | 1049 | } |
1050 | 1050 | ||
1051 | SKB_PTP_TYPE(skb) = type; | 1051 | SKB_PTP_TYPE(skb) = type; |