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

Commit 5ec84021 authored by Keith Fallows's avatar Keith Fallows
Browse files

Revert "fix corrupted smc_fastcall returned error code TBUG-464"



This reverts commit 64517d01.

Revert change prior to re-submitting with the correct author.

Change-Id: I9cf956d32105ab48a2f9d396d498fa4c44860e71
Signed-off-by: default avatarKeith Fallows <keithf@codeaurora.org>
parent acff85bb
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -81,8 +81,6 @@ static inline int smc_fastcall(void *fc_generic, size_t size)
		SCM_MOBIOS_FNID(SCM_SVC_MOBICORE, SCM_CMD_MOBICORE),
		&desc);
	
	dmac_flush_range(scm_buf, scm_buf + size);

	memcpy(fc_generic, scm_buf, size);
	kfree(scm_buf);
	return ret;