dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocations
authorLucas Stach <l.stach@pengutronix.de>
Tue, 6 Nov 2018 03:40:37 +0000 (03:40 +0000)
committerVinod Koul <vkoul@kernel.org>
Wed, 5 Dec 2018 08:23:06 +0000 (13:53 +0530)
commit64068853bc77786d1a28abb4087d6a3e93aedbe2
tree790e37d4b215eb10ef27b9ed5ca6ce0144936be7
parentb8603d2a5795c42f78998e70dc792336e0dc20c9
dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocations

DMA buffer descriptors aren't allocated from atomic context, so they
can use the less heavyweigth GFP_NOWAIT.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c