qcacmn: Populate target_type in target_info for snoc
The target type is queried through the target_info structure. Change-Id: I0c4323f83098f607584f7a8d9b1929257172b5be CRs-Fixed: 1025074
This commit is contained in:

committed by
Vishwajith Upendra

parent
a1c7d6dd1d
commit
004ec91c3d
@@ -217,6 +217,8 @@ QDF_STATUS hif_snoc_enable_bus(struct hif_softc *ol_sc,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
ol_sc->target_info.target_type = target_type;
|
||||
|
||||
hif_register_tbl_attach(ol_sc, hif_type);
|
||||
target_register_tbl_attach(ol_sc, target_type);
|
||||
|
||||
|
Reference in New Issue
Block a user