]> Git Repo - linux.git/commit
dmaengine: altera: fix spinlock usage
authorSylvain Lesne <[email protected]>
Mon, 18 Sep 2017 11:08:01 +0000 (13:08 +0200)
committerVinod Koul <[email protected]>
Thu, 28 Sep 2017 07:41:46 +0000 (13:11 +0530)
commitedf10919e5fc8dfd10e57ed72f651204559bc6ba
tree29c938ba46a6352433f884d05f36192eaa696a26
parentd9ec46416de5ef83220f1c7010ee0f5d1be1d753
dmaengine: altera: fix spinlock usage

Since this lock is acquired in both process and IRQ context, failing to
to disable IRQs when trying to acquire the lock in process context can
lead to deadlocks.

Signed-off-by: Sylvain Lesne <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
drivers/dma/altera-msgdma.c
This page took 0.055765 seconds and 4 git commands to generate.