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

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

Merge "disp: rotator: modify the args for sid switch call"

parents 20db960f d71039da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ static int sde_rotator_secure_session_ctrl(bool enable)

			sid_info = (uint32_t *) shm.vaddr;
			mem_addr = shm.paddr;
			mem_size = shm.size;
			mem_size = sizeof(uint32_t);
		} else {
			sid_info = kzalloc(sizeof(uint32_t), GFP_KERNEL);
			if (!sid_info)