]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
brcmfmac: Handle mmc exceptions during init correct.
authorHante Meuleman <meuleman@broadcom.com>
Thu, 15 Nov 2012 02:46:18 +0000 (18:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Nov 2012 19:28:59 +0000 (14:28 -0500)
commit37ac5780e08e4e3ce67e8355e52d71324e9c11cd
tree1b361725247c8b053c3f6405283250f9c8fcb482
parent1799ddf18597da5aa1319b089736aafd05481774
brcmfmac: Handle mmc exceptions during init correct.

when brcmf_sdbrcm_probe_attach results in error then cleanup
will result in null pointer access. In brcmf_sdbrcm_release and
in brcmf_ops_sdio_remove. This patch fixes order of init and
de-init.

Reviewed-by: Arend Van Spriel <arend@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c