Commits

Gao Pan committed a484a114d70
MLK-17443 wireless: bcmdhd: fix build warning case1: statement "if (bustype != BUSTYPE(bustype))" equals "if (bustype != bustype)" when BCMBUSTYPE is not defined. Some compilers treat it as a build warning. case2: fix misleadingly indented of dhd_os_sdunlock(dhdp) Signed-off-by: Gao Pan <pandy.gao@nxp.com> Tested-by: Peng Fan <peng.fan@nxp.com>