]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (9668): em28xx: fix a race condition with hald
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 20 Nov 2008 13:30:26 +0000 (10:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 20 Nov 2008 20:12:02 +0000 (18:12 -0200)
commit818a557eeb9c16a9a2dc93df348b0ff68fbc487f
treed1ac8a7c8ad69f603100e13f5170525259e6385c
parentcce257109f534b4954a5d04aa4ba6905f4682f93
V4L/DVB (9668): em28xx: fix a race condition with hald

Newer versions of hald tries to open it to call QUERYCAP.

Due to the lack of a proper locking, it is possible to open the device
before it finishes initialization.

This patch adds a lock to avoid this risk, and to protect the list of
em28xx devices.

While here, remove the uneeded BKL lock.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-video.c