]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-fsl-spi: call spi_finalize_current_message() at the end
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 22 May 2019 11:00:36 +0000 (11:00 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 22 May 2019 12:20:47 +0000 (13:20 +0100)
commitca05315c6d78912dcab35893ec67fa6f353cfb20
tree78489bbcc752ff2e97560811f59249448c7758d3
parent38c0d1047e21d083845a098318e05ea7ed1f3ff5
spi: spi-fsl-spi: call spi_finalize_current_message() at the end

spi_finalize_current_message() shall be called once all
actions are finished, otherwise the last actions might
step over a newly started transfer.

Fixes: 23a50fe8ba6d ("spi: fsl-(e)spi: migrate to generic master queueing")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-spi.c