]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (7122): saa7134-empress: Remove back lock
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 31 Jan 2008 16:59:29 +0000 (13:59 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 18 Feb 2008 14:15:12 +0000 (11:15 -0300)
commit6999590ef56a41b990879e35f250f60465cef2c0
tree0a702ac62d4c1d4128cac16866ae3011f5d8b872
parent658a8bd2efecc7e56351d96530144210d2f2d5e1
V4L/DVB (7122): saa7134-empress: Remove back lock

videobuf functions at close() method already locks videobuf. It makes no sense
to keep the locking at empress close() method.

There is also a lock at open() method. I'm not sure if it is safe to remove the
locking there.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7134/saa7134-empress.c