From: Claudiu Beznea Date: Thu, 17 Nov 2022 13:15:47 +0000 (+0200) Subject: dmaengine: at_xdmac: remove empty line X-Git-Tag: v6.6.17~5445^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=531d4dfcfd164f575d7b12c784b63c762da1fbf4;p=platform%2Fkernel%2Flinux-rpi.git dmaengine: at_xdmac: remove empty line Remove empty line. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20221117131547.293044-4-claudiu.beznea@microchip.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index a9278bf..1f0fab1 100644 --- a/drivers/dma/at_xdmac.c +++ b/drivers/dma/at_xdmac.c @@ -533,7 +533,6 @@ static void at_xdmac_start_xfer(struct at_xdmac_chan *atchan, at_xdmac_chan_read(atchan, AT_XDMAC_CSA), at_xdmac_chan_read(atchan, AT_XDMAC_CDA), at_xdmac_chan_read(atchan, AT_XDMAC_CUBC)); - } static dma_cookie_t at_xdmac_tx_submit(struct dma_async_tx_descriptor *tx)