dmaengine: dmatest: use dmaengine_terminate_sync() instead
From: Vinod Koul <vkoul@kernel.org>
Date: 2018-11-24 13:46:57
From: Vinod Koul <vkoul@kernel.org>
Date: 2018-11-24 13:46:57
On 29-10-18, 11:23, Alexandru Ardelean wrote:
The `dmaengine_terminate_all()` is marked as deprecated, so update the test with `dmaengine_terminate_sync()` which is the recommended alternative.
Applied, thanks