From ab4221a6c03b9c0c6d7c822845e6266e53bc0f0d Mon Sep 17 00:00:00 2001 From: Richard Zhao Date: Tue, 21 Aug 2012 02:47:42 -0300 Subject: [PATCH] --- yaml --- r: 330972 b: refs/heads/master c: 8d6214724bb9623b25d7b24603c59691ce7f2b22 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/platform/coda.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ef97326d450c..5c063eff7756 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4b961180ef275035b1538317ffd0e21e80e63e77 +refs/heads/master: 8d6214724bb9623b25d7b24603c59691ce7f2b22 diff --git a/trunk/drivers/media/platform/coda.c b/trunk/drivers/media/platform/coda.c index 690851400911..69ff0d36997e 100644 --- a/trunk/drivers/media/platform/coda.c +++ b/trunk/drivers/media/platform/coda.c @@ -501,7 +501,7 @@ static int vidioc_s_fmt_vid_out(struct file *file, void *priv, if (ret) return ret; - ret = vidioc_s_fmt(fh_to_ctx(priv), f); + ret = vidioc_s_fmt(ctx, f); if (ret) ctx->colorspace = f->fmt.pix.colorspace;