commit | 8863eca8c46affaa91ae35390b00358b925483eb | [log] [tgz] |
---|---|---|
author | Clark Wang <xiaoning.wang@nxp.com> | Tue Apr 02 12:45:53 2019 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Apr 03 11:32:26 2019 +0700 |
tree | 04857a63b8868ff681b57a4f6d7c59c41c34eb09 | |
parent | 703b476695237dda54233d2dadb37d2d49de23cf [diff] |
spi: lpspi: add missing complete in abort func at dma mode Add the missing complete operations for dma_completion to fix the problem of blocking at the wait_for_completion_interruptible() function when use spi_slave_abort(). Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>