]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25cd6a4033bbaa53d8f5d388914c58f78d3b553d
tree99417c3ed141db6e7fe78905cc7b571067bd76bb
parent4b6a38c28b34ee69d0381c7f9e35f6c75953758a
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