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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}