]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
brcmfmac: Delete unnecessary variable initialisation
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 18 Mar 2016 02:23:24 +0000 (13:23 +1100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Apr 2016 16:37:41 +0000 (19:37 +0300)
commit9e12904a953c46abc87b0ea157be8de90205b70d
treed54401ae3d104dd1e53a5c2a82afa830113d7e23
parentcfbfbd13695c8f9a93b1ad3edeeedacbb86dbe5c
brcmfmac: Delete unnecessary variable initialisation

In brcmf_sdio_download_firmware(), bcmerror is set by the call to
brcmf_sdio_download_code_file(), before it's checked in the following
line.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Arend van Spriel <arend@broadcom.com>
[Rewrote commit message]
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c