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

Commit 8658afdb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f182fda2 5ec84021
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;