dw-dma: change work trace to verbose

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 2018-12-12 14:33:17 +01:00
parent 88dee77ed3
commit f8bea63f8e
1 changed files with 2 additions and 2 deletions

View File

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