From: hverkuil@xs4all.nl (Hans Verkuil)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] videobuf2-core: simplify and unify the kernel api
Date: Thu, 31 Jul 2014 10:31:37 +0200 [thread overview]
Message-ID: <53D9FEE9.4060902@xs4all.nl> (raw)
In-Reply-To: <1406795295-3013-1-git-send-email-panpan1.liu@samsung.com>
On 07/31/2014 10:28 AM, panpan liu wrote:
> Making the kernel api more simplified and unified.
>
> Signed-off-by: panpan liu <panpan1.liu@samsung.com>
Has been fixed already in 3.15. Always check the latest code!
Regards,
Hans
> ---
> drivers/media/v4l2-core/videobuf2-core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> mode change 100644 => 100755 drivers/media/v4l2-core/videobuf2-core.c
>
> diff --git a/drivers/media/v4l2-core/videobuf2-core.c b/drivers/media/v4l2-core/videobuf2-core.c
> old mode 100644
> new mode 100755
> index 9abb15e..71ba92c
> --- a/drivers/media/v4l2-core/videobuf2-core.c
> +++ b/drivers/media/v4l2-core/videobuf2-core.c
> @@ -1194,7 +1194,7 @@ static void __enqueue_in_driver(struct vb2_buffer *vb)
> for (plane = 0; plane < vb->num_planes; ++plane)
> call_memop(q, prepare, vb->planes[plane].mem_priv);
>
> - q->ops->buf_queue(vb);
> + call_qop(q, buf_queue, vb);
> }
>
> static int __buf_prepare(struct vb2_buffer *vb, const struct v4l2_buffer *b)
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2014-07-31 8:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 8:28 [PATCH] videobuf2-core: simplify and unify the kernel api panpan liu
2014-07-31 8:31 ` Hans Verkuil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53D9FEE9.4060902@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).