commit | e6827d1abdc9b061a57d7b7d3019c4e99fabea2f | [log] [tgz] |
---|---|---|
author | Navid Emamdoost <navid.emamdoost@gmail.com> | Wed Jul 22 21:58:39 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 20:04:17 2020 -0700 |
tree | 4ad9d9fb45e7b73c3b6c1108223848b6951552b7 | |
parent | 901f3cc1639e5103a8997f6ab243785d292e2074 [diff] |
cxgb4: add missing release on skb in uld_send() In the implementation of uld_send(), the skb is consumed on all execution paths except one. Release skb when returning NET_XMIT_DROP. Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>