From bcedb4c2422801e37c3d9c716597e8883d1b4e87 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Wed, 25 Jul 2012 10:46:09 -0300
Subject: [PATCH] [media] media: coda: ignore coda busy status in
coda_job_ready
job_ready is supposed to signal whether a context is ready to be
added to the job queue, not whether the CODA is ready to run it
immediately.
Calling v4l2_m2m_job_finish at the end of coda_irq_handler already
guarantees that the coda is ready when v4l2-mem2mem eventually tries
to run the next queued job.
Signed-off-by: Philipp Zabel
Tested-by: Javier Martin
Signed-off-by: Mauro Carvalho Chehab
---
Reading git-format-patch failed