From: Hans Verkuil Date: Sat, 14 Feb 2009 14:37:17 +0000 (-0300) Subject: V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=62cfdacc9431cad7f9093e91b17ea68d684188ae;p=linux-beck.git V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than 32 devs. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 13e7bd06a80c..0f25d686ca20 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c @@ -1345,10 +1345,7 @@ static struct video_device vivi_template = { The real maximum number of virtual drivers will depend on how many drivers will succeed. This is limited to the maximum number of devices that - videodev supports. Since there are 64 minors for video grabbers, this is - currently the theoretical maximum limit. However, a further limit does - exist at videodev that forbids any driver to register more than 32 video - grabbers. + videodev supports, which is equal to VIDEO_NUM_DEVICES. */ static int __init vivi_init(void) {