OSDN Git Service

dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations
authorVinod Koul <vkoul@kernel.org>
Mon, 2 Jul 2018 13:07:27 +0000 (18:37 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 Jul 2018 13:07:27 +0000 (18:37 +0530)
commitc1199875d327a9b3bbb3fb1cca0d467d3e625fbb
tree99417c3ed141db6e7fe78905cc7b571067bd76bb
parent680302c47513f727063031f7ec4fcac0316241eb
dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations

The memory allocation in DMA callbacks should use GFP_NOWAIT, so
update this one and fix code alignment for this call while at it.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c