dmaengine: imx-sdma: Use a single line for dma_alloc_coherent()
authorFabio Estevam <festevam@gmail.com>
Thu, 25 Oct 2018 17:52:36 +0000 (14:52 -0300)
committerVinod Koul <vkoul@kernel.org>
Sat, 24 Nov 2018 13:37:39 +0000 (19:07 +0530)
commitaf8bf89a8e0b8354576dcaa507c8f2fd4a205742
treea58c02fccb802f96ac386160c2fca2b161a782db
parent651022382c7f8da46cb4872a545ee1da6d097d2a
dmaengine: imx-sdma: Use a single line for dma_alloc_coherent()

Make the call to dma_alloc_coherent() to fit into a single line, which
helps readability.

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