commit | 4831539dce552b7d47a7a3f3cbc440669a3917e2 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Jul 10 00:14:48 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 09 14:46:40 2019 -0700 |
tree | 47eca0e633ef4b6235b46f09d848d7addf873cc8 | |
parent | c099a408949c443cc7c83679af314ebfc805cd1f [diff] |
net: netsec: remove superfluous if statement While freeing tx buffers the memory has to be unmapped if the packet was an skb or was used for .ndo_xdp_xmit using the same arguments. Get rid of the unneeded extra 'else if' statement Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>