brcm80211: Delete an unnecessary check before the function call "release_firmware"
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 6 Nov 2015 07:48:23 +0000 (08:48 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 26 Nov 2015 12:03:19 +0000 (14:03 +0200)
commit21ba005464a95e2ac57e13d035d11d29f483738a
tree060cb8542a292dfcd5373a07cbee7c764e34b7e7
parentaeb64225aa8e74804f81aa3e31b7a3860fd2b730
brcm80211: Delete an unnecessary check before the function call "release_firmware"

The release_firmware() 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>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c