]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: idxd: fix misc interrupt handler thread unmasking
authorDave Jiang <dave.jiang@intel.com>
Thu, 25 Jun 2020 19:16:54 +0000 (12:16 -0700)
committerVinod Koul <vkoul@kernel.org>
Thu, 2 Jul 2020 13:32:20 +0000 (19:02 +0530)
commitbc9dbcaf3f175a690107a33fa15a44ec0e245f11
tree29965e36d9a293767f4a7ce368addf1a663e3ced
parentc445cafdd3c268ce445ba9d2f0102f27f0d7daf5
dmaengine: idxd: fix misc interrupt handler thread unmasking

Fix unmasking of misc interrupt handler when completing normal. It exits
early and skips the unmasking with the current implementation. Fix to
unmask interrupt when exiting normally.

Fixes: 07fcafdc163e ("dmaengine: idxd: Init and probe for Intel data accelerators")
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/159311256528.855.11527922406329728512.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/irq.c