mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
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:
committed by
Mauro Carvalho Chehab
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user