MLK-17443 wireless: bcmdhd: fix build warning
authorGao Pan <pandy.gao@nxp.com>
Tue, 23 Jan 2018 06:15:37 +0000 (14:15 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:53:26 +0000 (14:53 -0500)
commitb3b72c12915bd5dbb4be50e4f3d90e20a19a681c
treea74a4c159f4b0d6932ddb666661b82ac28fc8362
parent41f301e01cd07be36805e65e7423891dceaeeb34
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>
drivers/net/wireless/bcmdhd/dhd_sdio.c
drivers/net/wireless/bcmdhd/siutils.c