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

Commit 2d16e259 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss2: Fix athdiag write failure"

parents f565dc42 ef4f264a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1296,6 +1296,8 @@ int wlfw_athdiag_write_send_sync_msg(struct icnss_priv *priv,
			resp->resp.result, resp->resp.error);
		ret = -resp->resp.result;
		goto out;
	} else {
		ret = 0;
	}

out: