media: coda: move job ready message to coda_debug level 2

Use the newly freed verbose debug level 2 for job ready debug messages.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Philipp Zabel 2019-04-12 11:51:24 -04:00 committed by Mauro Carvalho Chehab
parent 31e71dbcc1
commit 736a33d205
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ static int coda_job_ready(void *m2m_priv)
return 0;
}
coda_dbg(1, ctx, "job ready\n");
coda_dbg(2, ctx, "job ready\n");
return 1;
}