Skip to content
Commit d2ad0a62 authored by Gao Pan's avatar Gao Pan Committed by Mark Brown
Browse files

spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done



It's a potential problem to use wait_for_completion() because the
completion condition may never come. Thus, it's better to repalce
wait_for_completion() with wait_for_completion_timeout().

Signed-off-by: default avatarGao Pan <pandy.gao@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 14de3918
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment