hda-dma: remove double spaces

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-06-03 13:11:40 +02:00 committed by Daniel Baluta
parent 14b724f021
commit 10495481c9
1 changed files with 2 additions and 2 deletions

View File

@ -754,8 +754,8 @@ static int hda_dma_set_config(struct dma *dma, int channel,
p->chan[channel].buffer_bytes = buffer_bytes;
/* init channel in HW */
host_dma_reg_write(dma, channel, DGBBA, buffer_addr);
host_dma_reg_write(dma, channel, DGBS, buffer_bytes);
host_dma_reg_write(dma, channel, DGBBA, buffer_addr);
host_dma_reg_write(dma, channel, DGBS, buffer_bytes);
if (config->direction == DMA_DIR_LMEM_TO_HMEM ||
config->direction == DMA_DIR_HMEM_TO_LMEM)