diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-05 11:39:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:53:35 -0300 |
commit | 9e1d50756bad35c7e1b566bed9426f68d93135fd (patch) | |
tree | ed970418fca8813084f0027b956d223f938b2473 /Documentation/DocBook | |
parent | dfcf4f9d97eec997283e41cef2d2b6956c32fecd (diff) | |
download | talos-obmc-linux-9e1d50756bad35c7e1b566bed9426f68d93135fd.tar.gz talos-obmc-linux-9e1d50756bad35c7e1b566bed9426f68d93135fd.zip |
[media] DocBook/media-ioc-setup-link.xml: Remove EBUSY
The EBUSY is already described as a generic error condition, with a
similar text.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/media-ioc-setup-link.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/DocBook/media/v4l/media-ioc-setup-link.xml b/Documentation/DocBook/media/v4l/media-ioc-setup-link.xml index cec97af4dab4..fc2e522ee65a 100644 --- a/Documentation/DocBook/media/v4l/media-ioc-setup-link.xml +++ b/Documentation/DocBook/media/v4l/media-ioc-setup-link.xml @@ -72,15 +72,6 @@ <variablelist> <varlistentry> - <term><errorcode>EBUSY</errorcode></term> - <listitem> - <para>The link properties can't be changed because the link is - currently busy. This can be caused, for instance, by an active media - stream (audio or video) on the link. The ioctl shouldn't be retried if - no other action is performed before to fix the problem.</para> - </listitem> - </varlistentry> - <varlistentry> <term><errorcode>EINVAL</errorcode></term> <listitem> <para>The &media-link-desc; references a non-existing link, or the |