OSDN Git Service

dmaengine: dmatest: fix container_of member in dmatest_callback
authorYang Shunyong <shunyong.yang@hxt-semitech.com>
Mon, 29 Jan 2018 06:40:11 +0000 (14:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 19:09:39 +0000 (20:09 +0100)
commit002530fd6057df8595ffe391ea63d1e99e573151
tree83c1c80996735b3b61812d3e64f2bb840aa8b837
parentf260cb7751a0dfda5c444b61189e071253279a22
dmaengine: dmatest: fix container_of member in dmatest_callback

commit 66b3bd2356e0a1531c71a3dcf96944621e25c17c upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/dmatest.c