Merge pull request #707 from tlauda/topic/dw-dma-work-trace

dw-dma: change work trace to verbose
This commit is contained in:
Marcin Maka 2018-12-12 21:17:44 +01:00 committed by GitHub
commit a0268d61c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
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",