diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-05 10:22:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:35 -0400 |
commit | 43c1daa47d57197c1491411a9f33189f9ef680dd (patch) | |
tree | ad9c5b63814cc65ba23ee183a3a7c1a928a41d98 /Documentation/DocBook/media/v4l/vidioc-g-std.xml | |
parent | 6d1724925d4da49b84161f1440912205576b7935 (diff) |
[media] DocBook: Use the generic ioctl error codes for all V4L ioctl's
Be sure that all VIDIOC_* ioctl are using the return error macro, and
aren't specifying generic error codes internally.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-std.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-std.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-std.xml b/Documentation/DocBook/media/v4l/vidioc-g-std.xml index 912f8513e5da..37996f25b5d4 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-std.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-std.xml | |||
@@ -82,14 +82,7 @@ standards.</para> | |||
82 | <varlistentry> | 82 | <varlistentry> |
83 | <term><errorcode>EINVAL</errorcode></term> | 83 | <term><errorcode>EINVAL</errorcode></term> |
84 | <listitem> | 84 | <listitem> |
85 | <para>This ioctl is not supported, or the | 85 | <para>The <constant>VIDIOC_S_STD</constant> parameter was unsuitable.</para> |
86 | <constant>VIDIOC_S_STD</constant> parameter was unsuitable.</para> | ||
87 | </listitem> | ||
88 | </varlistentry> | ||
89 | <varlistentry> | ||
90 | <term><errorcode>EBUSY</errorcode></term> | ||
91 | <listitem> | ||
92 | <para>The device is busy and therefore can not change the standard</para> | ||
93 | </listitem> | 86 | </listitem> |
94 | </varlistentry> | 87 | </varlistentry> |
95 | </variablelist> | 88 | </variablelist> |