]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-rspi: : use proper DMAENGINE API for termination
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 23 Jun 2021 09:58:42 +0000 (11:58 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 23 Jun 2021 15:33:52 +0000 (16:33 +0100)
commit57ab7d4b168f9921d03601fc2cd0dbcbc5e969bd
treeb8fafb92474bcbd47a22aa598c562e2516bbd4c2
parentefabec15deec649e5d2ad279129757c2518e99be
spi: spi-rspi: : use proper DMAENGINE API for termination

dmaengine_terminate_all() is deprecated in favor of explicitly saying if
it should be sync or async. Here, we want dmaengine_terminate_sync()
because there is no other synchronization code in the driver to handle
an async case.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20210623095843.3228-2-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rspi.c