Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] DocBook: update error code in videoc-streamon

Add description of ENOLINK error

Signed-off-by: Helen Mae Koike Fornazier <helen.koike@collabora.co.uk>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Helen Mae Koike Fornazier and committed by
Mauro Carvalho Chehab
1e166c77 47dfdb3a

+8
+8
Documentation/DocBook/media/v4l/vidioc-streamon.xml
··· 123 123 </para> 124 124 </listitem> 125 125 </varlistentry> 126 + <varlistentry> 127 + <term><errorcode>ENOLINK</errorcode></term> 128 + <listitem> 129 + <para>The driver implements Media Controller interface and 130 + the pipeline link configuration is invalid. 131 + </para> 132 + </listitem> 133 + </varlistentry> 126 134 </variablelist> 127 135 </refsect1> 128 136 </refentry>