mirror of https://gitee.com/openkylin/linux.git
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:
parent
31e71dbcc1
commit
736a33d205
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue