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

Commit ef4f264a authored by Naman Padhiar's avatar Naman Padhiar
Browse files

icnss2: Fix athdiag write failure



Return proper value to host driver for icnss_athdiag_write() call.

Change-Id: Ieefab61f2be7b97d7d61d6ccee00b1fbfbde45d9
Signed-off-by: default avatarNaman Padhiar <npadhiar@codeaurora.org>
parent 1526c9c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line 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);
			resp->resp.result, resp->resp.error);
		ret = -resp->resp.result;
		ret = -resp->resp.result;
		goto out;
		goto out;
	} else {
		ret = 0;
	}
	}


out:
out: