From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: linux-media@vger.kernel.org, riverful.kim@samsung.com,
Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [PATCH] v4l: Add VIDIOC_LOG_STATUS support for sub-device nodes
Date: Fri, 04 Nov 2011 17:08:35 +0100 [thread overview]
Message-ID: <4EB40E03.2040908@samsung.com> (raw)
In-Reply-To: <201111041143.17621.laurent.pinchart@ideasonboard.com>
Hi Laurent,
On 11/04/2011 11:43 AM, Laurent Pinchart wrote:
> On Wednesday 02 November 2011 17:15:57 Sylwester Nawrocki wrote:
...
>> diff --git a/drivers/media/video/v4l2-subdev.c
>> b/drivers/media/video/v4l2-subdev.c index 179e20e..4fe1e7a 100644
>> --- a/drivers/media/video/v4l2-subdev.c
>> +++ b/drivers/media/video/v4l2-subdev.c
>> @@ -192,6 +192,9 @@ static long subdev_do_ioctl(struct file *file, unsigned
>> int cmd, void *arg) return v4l2_subdev_call(sd, core, s_register, p);
>> }
>> #endif
>
> I would have put a blank line here, but that's probably just me :-)
Doesn't sound like a significant improvement, but indeed looks better;)
I'll update this when adding to a pull request.
>
>> + case VIDIOC_LOG_STATUS:
>> + return v4l2_subdev_call(sd, core, log_status);
>> +
>> #if defined(CONFIG_VIDEO_V4L2_SUBDEV_API)
>> case VIDIOC_SUBDEV_G_FMT: {
>> struct v4l2_subdev_format *format = arg;
--
Thanks,
Sylwester
prev parent reply other threads:[~2011-11-04 16:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-02 16:15 [PATCH] v4l: Add VIDIOC_LOG_STATUS support for sub-device nodes Sylwester Nawrocki
2011-11-04 10:43 ` Laurent Pinchart
2011-11-04 16:08 ` Sylwester Nawrocki [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=4EB40E03.2040908@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=riverful.kim@samsung.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.