Commits
Fugang Duan committed ca733aa15f3
MLK-22946 brcmfmac: freeing wiphy after brcmf attach failed Current code error path process like as below: brcmf_pcie_setup() brcmf_attach() if attach error, brcmf_detach(); if attach error, call brcmf_pcie_remove() call brcmf_detach() again To avoid attach/detach() mismatch, free wiphy when brcmf instance attach failed. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>