V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the device
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 30 Sep 2009 00:07:19 +0000 (21:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:40:36 +0000 (18:40 -0200)
The uvcvideo driver has a driver-wide lock and a reference count to protect
against a disconnect/open race. Now that videodev handles the race itself,
reference-counting in the driver can be removed.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found