Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +4 −3 Original line number Diff line number Diff line Loading @@ -6442,9 +6442,6 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf, IPADBG("user input string %s\n", dbg_buff); /* Prevent consequent calls from trying to load the FW again. */ if (ipa3_is_ready()) return count; /*Ignore empty ipa_config file*/ for (i = 0 ; i < count ; ++i) { Loading Loading @@ -6498,6 +6495,10 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf, ipa3_ctx->ipa_config_is_mhi ? "" : "non "); } /* Prevent consequent calls from trying to load the FW again. */ if (ipa3_is_ready()) return count; /* Prevent multiple calls from trying to load the FW again. */ if (ipa3_ctx->fw_loaded) { IPAERR("not load FW again\n"); Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +4 −3 Original line number Diff line number Diff line Loading @@ -6442,9 +6442,6 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf, IPADBG("user input string %s\n", dbg_buff); /* Prevent consequent calls from trying to load the FW again. */ if (ipa3_is_ready()) return count; /*Ignore empty ipa_config file*/ for (i = 0 ; i < count ; ++i) { Loading Loading @@ -6498,6 +6495,10 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf, ipa3_ctx->ipa_config_is_mhi ? "" : "non "); } /* Prevent consequent calls from trying to load the FW again. */ if (ipa3_is_ready()) return count; /* Prevent multiple calls from trying to load the FW again. */ if (ipa3_ctx->fw_loaded) { IPAERR("not load FW again\n"); Loading