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

Commit ee810f76 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: Fix for NULL pointer dereference"

parents bb135ac6 d4557ad6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2059,6 +2059,7 @@ static int fastrpc_get_info(struct fastrpc_file *fl, uint32_t *info)
	VERIFY(err, fl && fl->sctx);
	if (err)
		goto bail;
	if (fl->sctx)
		*info = (fl->sctx->smmu.enabled ? 1 : 0);
bail:
	return err;