media: open.rst: remove the minor number range
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 25 Aug 2017 14:54:20 +0000 (16:54 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 1 Sep 2020 12:13:30 +0000 (14:13 +0200)
commit3c5f9362c4cdb1b234f4bc8cc157ee487ff5a426
treeb2dcd5b28b8cacd4561f933df38552bb8abb40bb
parent374d1432ca892229f5cdb1398c38009ecad91ab3
media: open.rst: remove the minor number range

minor numbers use to range between 0 to 255, but that
was changed a long time ago. While it still applies when
CONFIG_VIDEO_FIXED_MINOR_RANGES, when the minor number is
dynamically allocated, this may not be true. In any case,
this is not relevant, as udev will take care of it.

So, remove this useless misinformation.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/v4l/open.rst