pipeline: change wrong trace function in pipeline_reset

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-07-17 11:51:47 +02:00 committed by Tomasz Lauda
parent 10464ece03
commit 88c6626655
1 changed files with 2 additions and 2 deletions

View File

@ -688,8 +688,8 @@ int pipeline_reset(struct pipeline *p, struct comp_dev *host)
ret = pipeline_comp_reset(host, p, host->params.direction);
if (ret < 0) {
trace_ipc_error("pipeline_reset() error: ret = %d, host->comp."
"id = %u", ret, host->comp.id);
trace_pipe_error("pipeline_reset() error: ret = %d, host->comp."
"id = %u", ret, host->comp.id);
}
spin_unlock_irq(&p->lock, flags);