aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda.c
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2013-05-21 10:32:42 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-05-27 09:33:20 -0300
commit39cc029f9c74a9917560c51f1b5dd2ed8c4ede8a (patch)
tree08f4d335227b6fea5d73debfceab98c2c1765e10 /drivers/media/platform/coda.c
parent[media] coda: fix error return value if v4l2_m2m_ctx_init fails (diff)
downloadlinux-dev-39cc029f9c74a9917560c51f1b5dd2ed8c4ede8a.tar.xz
linux-dev-39cc029f9c74a9917560c51f1b5dd2ed8c4ede8a.zip
[media] coda: do not use v4l2_dev in coda_timeout
The timeout delayed work might be scheduled even after the v4l2 device is released. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/coda.c')
-rw-r--r--drivers/media/platform/coda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
index aebd17251ba2..efb42b2913ca 100644
--- a/drivers/media/platform/coda.c
+++ b/drivers/media/platform/coda.c
@@ -1676,7 +1676,7 @@ static void coda_timeout(struct work_struct *work)
complete(&dev->done);
- v4l2_err(&dev->v4l2_dev, "CODA PIC_RUN timeout, stopping all streams\n");
+ dev_err(&dev->plat_dev->dev, "CODA PIC_RUN timeout, stopping all streams\n");
mutex_lock(&dev->dev_mutex);
list_for_each_entry(ctx, &dev->instances, list) {