diff options
author | Jose Abreu <Jose.Abreu@synopsys.com> | 2017-10-20 15:37:34 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-22 03:50:40 +0200 |
commit | 9c8080d068b861a80d430ba0b42d8c9b07366b66 (patch) | |
tree | a3cc12d7459613d3f3084a3ff10ebbb4bf59bff2 /drivers/auxdisplay | |
parent | Merge branch 'mlxsw-fixes' (diff) | |
download | linux-9c8080d068b861a80d430ba0b42d8c9b07366b66.tar.xz linux-9c8080d068b861a80d430ba0b42d8c9b07366b66.zip |
net: stmmac: Add missing call to dev_kfree_skb()
When RX HW timestamp is enabled and a frame is discarded we are
not freeing the skb but instead only setting to NULL the entry.
Add a call to dev_kfree_skb_any() so that skb entry is correctly
freed.
Signed-off-by: Jose Abreu <joabreu@synopsys.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Joao Pinto <jpinto@synopsys.com>
Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/auxdisplay')
0 files changed, 0 insertions, 0 deletions