qcacld-3.0: Fix compilation error in 4.4v Kernel
Fix compilation errors in Kernel 4.4 version. Change-Id: I08ce390a7983cfe70b46a48d22d6cfde11dc4c30 CRs-fixed: 1026152
This commit is contained in:

committed by
Vishwajith Upendra

부모
b6315dd6ab
커밋
7579337abf
@@ -202,9 +202,11 @@ bmi_get_target_info(struct bmi_target_info *targ_info,
|
||||
case QDF_BUS_TYPE_SNOC:
|
||||
status = bmi_get_target_info_message_based(targ_info, ol_ctx);
|
||||
break;
|
||||
#ifdef HIF_SDIO
|
||||
case QDF_BUS_TYPE_SDIO:
|
||||
status = hif_reg_based_get_target_info(scn, targ_info);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
status = QDF_STATUS_E_FAILURE;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user