]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hostap: Delete an unnecessary check before the function call "kfree"
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 4 Feb 2015 19:06:39 +0000 (20:06 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 6 Feb 2015 06:51:35 +0000 (08:51 +0200)
commit6f24fe305986afcb9eb2bde1031798b3b2ebf649
tree432975a38c791151ceeb3d739de07ccab3c84a5a
parent71b9d0aeac4c7070229f309bc901382422ab5708
hostap: Delete an unnecessary check before the function call "kfree"

The kfree() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call 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>
drivers/net/wireless/hostap/hostap_ap.c