|
@@ -8294,15 +8294,11 @@ static int ipa3_post_init(const struct ipa3_plat_drv_res *resource_p,
|
|
|
goto fail_teth_bridge_driver_init;
|
|
|
}
|
|
|
|
|
|
- result = ipa3_create_hfi_send_uc();
|
|
|
- if (result) {
|
|
|
- IPAERR("HFI Creation failed %d\n", result);
|
|
|
- ipa3_free_uc_temp_buffs(NO_OF_BUFFS);
|
|
|
- ipa3_free_uc_pipes_er_tr();
|
|
|
- result = -ENODEV;
|
|
|
- IPA_ACTIVE_CLIENTS_DEC_SIMPLE();
|
|
|
- goto fail_teth_bridge_driver_init;
|
|
|
- }
|
|
|
+ /*
|
|
|
+ * Will enable synx_init API calls back when
|
|
|
+ * hw-fence is enabled by default in builds.
|
|
|
+ */
|
|
|
+
|
|
|
IPA_ACTIVE_CLIENTS_DEC_SIMPLE();
|
|
|
}
|
|
|
#endif
|