dw-dma: change work trace to verbose (again)

Changes trace call in dw_dma_work to verbose.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-01-09 16:23:25 +01:00 committed by Liam Girdwood
parent 39c4b3bab7
commit d383adf032
1 changed files with 2 additions and 2 deletions

View File

@ -1138,8 +1138,8 @@ static uint64_t dw_dma_work(void *data, uint64_t delay)
struct dma_sg_elem next;
int i = dma_id->channel;
trace_dwdma("dw-dma: %d channel work", dma->plat_data.id,
dma_id->channel);
tracev_dwdma("dw-dma: %d channel work", dma->plat_data.id,
dma_id->channel);
if (p->chan[i].status != COMP_STATE_ACTIVE) {
trace_dwdma_error("dw-dma: %d channel %d not running",