orinoco: Delete an unnecessary check before the function call "kfree"
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 4 Feb 2015 18:53:11 +0000 (19:53 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 6 Feb 2015 06:50:24 +0000 (08:50 +0200)
commit71b9d0aeac4c7070229f309bc901382422ab5708
treec461797f0e5f2becb081dbe7bfe22074d6feddcd
parentc0420ea0b598021302b1e1f0f28d621f93968e5d
orinoco: 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/orinoco/main.c