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:
Houston Hoffman
2016-06-06 11:41:55 -07:00
committed by Vishwajith Upendra
parent a1c7d6dd1d
commit 004ec91c3d

View File

@@ -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);