diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-06-18 14:40:04 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-06-24 11:33:23 +0530 |
commit | d964d5ff68dba21b53368656adec3fb5f50426bb (patch) | |
tree | 9fbf3f9a0b707cf738d32657f32d156f4addfa35 /ipc | |
parent | 66983bc18fad17d10766650b3685045f6f092d73 (diff) |
dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround
INIT_DELAYED_WORK_ONSTACK() must be used with on-stack delayed work, which
is not the case here.
Use normal delayed_work for the channels instead.
Fixes: 25dcb5dd7b7c ("dmaengine: ti: New driver for K3 UDMA")
Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200618114004.6268-1-peter.ujfalusi@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions