commit | 6de88ea4ff665040e62e3b3ffea01e388ae09ac0 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Fri Mar 20 00:23:20 2020 +0300 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Mar 23 12:06:24 2020 +0530 |
tree | e69326af66798ee243b2dce207906bab15339275 | |
parent | a48d44c800c7a50a7d57be7adffb31e04643a42e [diff] |
dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handler The interrupt is already disabled while interrupt handler is running, and thus, there is no need to save/restore the IRQ flags within the spinlock. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Link: https://lore.kernel.org/r/20200319212321.3297-1-digetx@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>