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

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

Merge "msm: adsprpc : Change to resolve undefined behaviour"

parents 66b4463f 5cfc6d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3658,7 +3658,7 @@ static int fastrpc_internal_munmap(struct fastrpc_file *fl,
		pr_err("adsprpc: ERROR: %s: user application %s trying to unmap without initialization\n",
			 __func__, current->comm);
		err = EBADR;
		goto bail;
		return err;
	}
	mutex_lock(&fl->internal_map_mutex);