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

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

Merge "net: ipc_router: Fix reading invalid txn_Ids response return code"

parents bc2aa73c 291fca7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1503,7 +1503,7 @@ static int handle_qmi_response(struct qmi_handle *handle,
	if (!txn_handle) {
	if (!txn_handle) {
		pr_err("%s Response received for non-existent txn_id %d\n",
		pr_err("%s Response received for non-existent txn_id %d\n",
			__func__, txn_id);
			__func__, txn_id);
		return -EINVAL;
		return 0;
	}
	}


	/* Decode the message */
	/* Decode the message */