[GIT PULL] OP-TEE fix for v5.12
From: Jens Wiklander
Date: Wed Feb 03 2021 - 07:11:06 EST
Hello arm-soc maintainers,
Please pull this small fix removing an unnecessary call to need_resched()
before cond_resched() while the OP-TEE driver is handing a RPC.
Thanks,
Jens
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/optee-fix-cond-resched-call-for-v5.12
for you to fetch changes up to 958567600517fd15b7f35ca1a8be0104f0eb0686:
tee: optee: remove need_resched() before cond_resched() (2021-02-03 08:11:11 +0100)
----------------------------------------------------------------
Remove unnecessary need_resched() before cond_resched()
----------------------------------------------------------------
Jens Wiklander (1):
tee: optee: remove need_resched() before cond_resched()
Rouven Czerwinski (1):
tee: optee: replace might_sleep with cond_resched
drivers/tee/optee/call.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)