[PATCH V2 5/8] dmaengine: zynqmp_dma: Fix minor whitespace
Golla Nagendra <[email protected]>
| Newsgroups | org.kernel.vger.dmaengine,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Add a blank line in zynqmp_dma_chan_probe() to separate channel initialization from hardware setup. Signed-off-by: Golla Nagendra <[email protected]> --- changes in v2: - Split whitespace-only cleanup from the kerneldoc patch into this dedicated patch --- drivers/dma/xilinx/zynqmp_dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/xilinx/zynqmp_dma.c b/drivers/dma/xilinx/zynqmp_dma.c index a2fbefbb43b6..5e81e0d950e8 100644 --- a/drivers/dma/xilinx/zynqmp_dma.c +++ b/drivers/dma/xilinx/zynqmp_dma.c @@ -959,6 +959,7 @@ static int zynqmp_dma_chan_probe(struct zynqmp_dma_device *zdev, dma_cookie_init(&chan->common); chan->common.device = &zdev->common; + zynqmp_dma_init(chan); ret = platform_get_irq(pdev, 0); if (ret < 0) -- 2.44.4