commit | 868ad21496020ef83d41fdeed3b0a63de2a3caa5 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Aug 22 10:20:10 2019 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Oct 15 08:27:02 2019 +0300 |
tree | d1be5a7469de177839796482e04a07d3c3c4e0e7 | |
parent | 52d4261862ec140cda09ec9cf4d6dc388fd83f59 [diff] |
net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb” The dev_kfree_skb() function performs also input parameter validation. Thus the test around the shown calls is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>