Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6286b15f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Fix reading the VLAN parameters"

parents b89612c3 31bf6430
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5140,10 +5140,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;

	/* Check MHI configuration on MDM devices */
	if (!ipa3_is_msm_device()) {

@@ -5183,6 +5179,10 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf,
		}
	}

	/* 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");