Merge "msm: ipa3: Initialize parameters for registering client"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ee66853659
@@ -500,6 +500,7 @@ int ipa_wdi_conn_pipes(struct ipa_wdi_conn_in_params *in,
|
||||
goto fail_add_dependency;
|
||||
}
|
||||
} else {
|
||||
memset(&pm_params, 0, sizeof(pm_params));
|
||||
pm_params.name = "wdi";
|
||||
pm_params.callback = ipa_wdi_pm_cb;
|
||||
pm_params.user_data = NULL;
|
||||
|
||||
@@ -569,6 +569,7 @@ int ipa_wigig_conn_rx_pipe(struct ipa_wigig_conn_rx_in_params *in,
|
||||
return ret;
|
||||
}
|
||||
|
||||
memset(&pm_params, 0, sizeof(pm_params));
|
||||
pm_params.name = "wigig";
|
||||
pm_params.callback = ipa_wigig_pm_cb;
|
||||
pm_params.user_data = NULL;
|
||||
@@ -1070,6 +1071,7 @@ int ipa_wigig_conn_rx_pipe_smmu(
|
||||
return ret;
|
||||
}
|
||||
|
||||
memset(&pm_params, 0, sizeof(pm_params));
|
||||
pm_params.name = "wigig";
|
||||
pm_params.callback = ipa_wigig_pm_cb;
|
||||
pm_params.user_data = NULL;
|
||||
|
||||
Reference in New Issue
Block a user