Skip to content
Commit 66b3bd23 authored by Yang Shunyong's avatar Yang Shunyong Committed by Vinod Koul
Browse files

dmaengine: dmatest: fix container_of member in dmatest_callback



The type of arg passed to dmatest_callback is struct dmatest_done.
It refers to test_done in struct dmatest_thread, not done_wait.

Fixes: 6f6a23a2 ("dmaengine: dmatest: move callback wait ...")
Signed-off-by: default avatarYang Shunyong <shunyong.yang@hxt-semitech.com>
Acked-by: default avatarAdam Wallis <awallis@codeaurora.org>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 2610acf4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment