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-input.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-input.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-input.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-input.xml b/Documentation/DocBook/media/v4l/vidioc-g-input.xml index ed076e92760d..08ae82f131f2 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-input.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-input.xml | |||
@@ -75,26 +75,9 @@ querying or negotiating any other parameters.</para> | |||
75 | <varlistentry> | 75 | <varlistentry> |
76 | <term><errorcode>EINVAL</errorcode></term> | 76 | <term><errorcode>EINVAL</errorcode></term> |
77 | <listitem> | 77 | <listitem> |
78 | <para>The number of the video input is out of bounds, or | 78 | <para>The number of the video input is out of bounds.</para> |
79 | there are no video inputs at all and this ioctl is not | ||
80 | supported.</para> | ||
81 | </listitem> | ||
82 | </varlistentry> | ||
83 | <varlistentry> | ||
84 | <term><errorcode>EBUSY</errorcode></term> | ||
85 | <listitem> | ||
86 | <para>I/O is in progress, the input cannot be | ||
87 | switched.</para> | ||
88 | </listitem> | 79 | </listitem> |
89 | </varlistentry> | 80 | </varlistentry> |
90 | </variablelist> | 81 | </variablelist> |
91 | </refsect1> | 82 | </refsect1> |
92 | </refentry> | 83 | </refentry> |
93 | |||
94 | <!-- | ||
95 | Local Variables: | ||
96 | mode: sgml | ||
97 | sgml-parent-document: "v4l2.sgml" | ||
98 | indent-tabs-mode: nil | ||
99 | End: | ||
100 | --> | ||