V4L/DVB (13596): ov511.c typo: lock => unlock
commit2bdc1c6942693c9ab1c17b82bc374966133963f3
authorDan Carpenter <error27@gmail.com>
Thu, 10 Dec 2009 19:44:51 +0000 (10 16:44 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Jan 2010 22:26:43 +0000 (6 14:26 -0800)
tree415206ff8bf54e2a77093a5baf59de4dc386fbc8
parent45a53b5dce3f9e5c368061a77b9dcbce6d7f8946
V4L/DVB (13596): ov511.c typo: lock => unlock

commit 50e9d31183ed61c787b870cb3ee8f6c3db8c8a1e upstream.

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>
Cc: Brandon Philips <brandon@ifup.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/ov511.c