Commit 736a33d2 authored by Philipp Zabel's avatar Philipp Zabel Committed by Mauro Carvalho Chehab

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: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 31e71dbc
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment