]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (13596): ov511.c typo: lock => unlock
authorDan Carpenter <error27@gmail.com>
Thu, 10 Dec 2009 19:44:51 +0000 (16:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 16 Dec 2009 02:18:33 +0000 (00:18 -0200)
commit15c5040705f302fd572effbf18130d7c6a1c2b9a
treef84058e19196185ea09b07bde03302abadcdec83
parent83639001357bd9ccf4d87101e2ca654f2f20b510
V4L/DVB (13596): ov511.c typo: lock => unlock

This was found with a static checker and has not been tested, but it seems
pretty clear that the mutex_lock() was supposed to be mutex_unlock()

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/ov511.c