Commit 4e3b0cab authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: gen-errors.rst: document ENXIO error code



This error can be produced at least at the DVB subsystem.

As it is generic enough, document it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent d12502b8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -80,6 +80,11 @@ Generic Error Codes
          a hardware device. This could indicate broken or flaky hardware.
	  It's a 'Something is wrong, I give up!' type of error.

    -  - ``ENXIO``

       -  No device corresponding to this device special file exists.


.. note::

  #. This list is not exhaustive; ioctls may return other error codes.