commit | 073d72f963c987bc79fb1efd61ce53b919e2de27 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Nov 16 13:12:25 2015 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Nov 26 14:55:27 2015 +0200 |
tree | 982be0f0f4a983c3bbbff09cfecd6a02de28fb8a | |
parent | 6866a64a0f9bba5145891ec0fe5cd52c73efd4e9 [diff] |
rtlwifi: Delete unnecessary checks before the function call "kfree_skb" The kfree_skb() function tests whether its argument is NULL and then returns immediately. Thus the test around the 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>