qcacmn: Fix compilation issue on arch32 by gcc 9.3

This change fixed compilation error about implicit-fallthrough and
pointer to in cast.

Change-Id: Iea2c25d97d8a039ed0f8083078427a8f8de70cd1
CRs-Fixed: 2814658
このコミットが含まれているのは:
Wu Gao
2020-11-07 02:24:06 -08:00
committed by snandini
コミット 32cab9b00c
3個のファイルの変更3行の追加2行の削除

ファイルの表示

@@ -10648,6 +10648,7 @@ static uint32_t dp_get_cfg(struct cdp_soc_t *soc, enum cdp_dp_cfg cfg)
break;
case cfg_dp_wow_check_rx_pending:
value = dpsoc->wlan_cfg_ctx->wow_check_rx_pending_enable;
break;
default:
value = 0;
}