diff --git a/[refs] b/[refs] index 040e54d8efeb..d51157b0f110 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 775a05dd547747cdcc079e03f4e89c7475caa735 +refs/heads/master: 62cfdacc9431cad7f9093e91b17ea68d684188ae diff --git a/trunk/drivers/media/video/vivi.c b/trunk/drivers/media/video/vivi.c index 13e7bd06a80c..0f25d686ca20 100644 --- a/trunk/drivers/media/video/vivi.c +++ b/trunk/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) {