commit | 66b3bd2356e0a1531c71a3dcf96944621e25c17c | [log] [tgz] |
---|---|---|
author | Yang Shunyong <shunyong.yang@hxt-semitech.com> | Mon Jan 29 14:40:11 2018 +0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Jan 30 12:24:43 2018 +0530 |
tree | b031605b5e3a291ee9e328b716f4d99db580b921 | |
parent | 2610acf46b9ed528ec2cacd717bc9d354e452b73 [diff] |
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: 6f6a23a213be ("dmaengine: dmatest: move callback wait ...") Signed-off-by: Yang Shunyong <shunyong.yang@hxt-semitech.com> Acked-by: Adam Wallis <awallis@codeaurora.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>