Merge "msm: ipa3: Instaed of msec to jiffies passing the timeout value"

This commit is contained in:
qctecmdr
2021-11-30 21:53:11 -08:00
committato da Gerrit - the friendly Code Review server

Vedi File

@@ -4956,8 +4956,7 @@ static int ipa3_q6_set_ex_path_to_apps(void)
}
/* Will wait 500msecs for IPA tag process completion */
retval = ipa3_tag_process(desc, num_descs,
msecs_to_jiffies(CLEANUP_TAG_PROCESS_TIMEOUT));
retval = ipa3_tag_process(desc, num_descs, CLEANUP_TAG_PROCESS_TIMEOUT);
if (retval) {
IPAERR("TAG process failed! (error %d)\n", retval);
/* For timeout error ipa3_destroy_imm cb will destroy user1 */