Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHROMIUM: dmaengine: tegra-adma: Avoid tasklet from self-destructing
Fix commit 92cd07d which added code to kill tasklet on tegra_adma_terminate_all(). But this function is also invoked from tasklet itself resulting in forever loop. So avoid call to tasklet_kill when called from irq context. BUG=chrome-os-partner:46247 TEST=Launch Epic Citadel game and click on more options Change-Id: Ic0179bdd7ace99d1a3989b43d5794a3bd550afa7 Signed-off-by: Maneet Singh <mmaneetsingh@nvidia.com> Reviewed-on: https://chromium-review.googlesource.com/304957 Commit-Ready: Anatol Pomazau <anatol@google.com> Tested-by: Anatol Pomazau <anatol@google.com> Reviewed-by: Anatol Pomazau <anatol@google.com> Reviewed-by: Andrew Bresticker <abrestic@chromium.org>
- Loading branch information