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

Commit ba50625c authored by AnilKumar Chimata's avatar AnilKumar Chimata Committed by Gerrit - the friendly Code Review server
Browse files

qseecom: Move qseecom_ioctl from inline to normal function



Marking inline for qseecom_ioctl() increases stack heavily
which makes device crash at multiple places with different
call stacks, hence remove inline macro from ioctl function
to fix stack corruption issue.

Change-Id: If1704cbfcfb925fb8f9d6f97b99cb12e30bb6ab1
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent ccc4db28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7121,7 +7121,7 @@ static void __qseecom_clean_data_sglistinfo(struct qseecom_dev_handle *data)
	}
}

static inline long qseecom_ioctl(struct file *file,
static long qseecom_ioctl(struct file *file,
			unsigned int cmd, unsigned long arg)
{
	int ret = 0;