dw_dma: Align argument list

Keep code style consistent.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-02-18 09:38:00 +01:00 committed by Janusz Jankowski
parent 7a646c9dbd
commit ed3919a1b1
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ static int dw_dma_stop(struct dma_chan_data *channel)
/* now we wait for FIFO to be empty */
ret = poll_for_register_delay(dma_base(dma) +
DW_CFG_LOW(channel->index),
DW_CFG_LOW(channel->index),
DW_CFGL_FIFO_EMPTY,
DW_CFGL_FIFO_EMPTY,
DW_DMA_TIMEOUT);