diff mbox series

[3/3] dmaengine: at_xdmac: remove empty line

Message ID 20220915110516.4160443-4-claudiu.beznea@microchip.com (mailing list archive)
State New, archived
Headers show
Series dmaengine: at_xdmac: add support for runtime pm | expand

Commit Message

Claudiu Beznea Sept. 15, 2022, 11:05 a.m. UTC
Remove empty line.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 drivers/dma/at_xdmac.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
index a9278bf4c17b..1f0fab180f8f 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)