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

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

Merge "msm: mink: fix static local variable issue for qtee_shm"

parents 64be469b 65d2f5b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1510,7 +1510,7 @@ static long process_invoke_req(struct file *filp, unsigned int cmd,
	size_t inmsg_size = 0, outmsg_size = SMCINVOKE_TZ_MIN_BUF_SIZE;
	union  smcinvoke_arg *args_buf = NULL;
	struct smcinvoke_file_data *tzobj = filp->private_data;
	static struct qtee_shm in_shm = {0}, out_shm = {0};
	struct qtee_shm in_shm = {0}, out_shm = {0};
	/*
	 * Hold reference to remote object until invoke op is not
	 * completed. Release once invoke is done.