host: fix wrong trace value

This patch fixes the trace message which logs always zero
value.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
Marcin Rajwa 2019-10-17 15:18:32 +02:00 committed by Janusz Jankowski
parent 81cc31b4ab
commit b717e0a0a1
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ static void host_buffer_cb(void *data, uint32_t bytes)
uint32_t flags = 0;
int ret;
tracev_host("host_buffer_cb(), copy_bytes = 0x%x", copy_bytes);
tracev_host("host_buffer_cb(), bytes = 0x%x", bytes);
if (hd->copy_type == COMP_COPY_BLOCKING)
flags |= DMA_COPY_BLOCKING;