MLK-21313 spi: lpspi: add missing complete in abort func at dma mode
authorClark Wang <xiaoning.wang@nxp.com>
Tue, 2 Apr 2019 11:51:49 +0000 (19:51 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit038efe2377e555ed654c078e04984363ec832435
tree33f49947d59ba50cf7fba9fa8f39023b3da33058
parentd57958d967af8b8435e3bc7579617d84d3c837a3
MLK-21313 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 in some situations.

Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
(cherry picked from commit a19a00c51df5c3ead4d64ea3136f5bce60b2e6af)
drivers/spi/spi-fsl-lpspi.c