V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index()
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 14 Feb 2009 14:31:01 +0000 (11:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:50 +0000 (12:42 -0300)
commit775a05dd547747cdcc079e03f4e89c7475caa735
tree7a741f8c312e92184d4d424d67a71d5a6de1ccd9
parent27d35fc3fb06284edec8a3c9f6872a1ce7405a48
V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index()

get_index() had a limitation of 32 devices per driver. This was
unnecessarily strict and has been replaced with the maximum number
of devices. That should really satisfy anyone!

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-dev.c