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

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

Merge "msm: ADSPRPC: Handle fastRPC context properly"

parents c4beb466 dc4b0495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2110,7 +2110,7 @@ static int fastrpc_internal_invoke(struct fastrpc_file *fl, uint32_t mode,
	if (err)
		goto bail;
 bail:
	if (ctx->handle) {
	if (ctx && ctx->handle) {
		glink_rx_done(ctx->handle, ctx->ptr, true);
		ctx->handle = NULL;
	}