diff options
author | Dan Carpenter <error27@gmail.com> | 2009-12-10 14:44:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:33 -0500 |
commit | 50e9d31183ed61c787b870cb3ee8f6c3db8c8a1e (patch) | |
tree | f84058e19196185ea09b07bde03302abadcdec83 /drivers/media/video/ov511.c | |
parent | cb63c2aad232930da8c8b5c5020dd560cb885cf5 (diff) |
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>
Diffstat (limited to 'drivers/media/video/ov511.c')
-rw-r--r-- | drivers/media/video/ov511.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c index c71865dcf48e..e0bce8dc74bf 100644 --- a/drivers/media/video/ov511.c +++ b/drivers/media/video/ov511.c | |||
@@ -5877,7 +5877,7 @@ ov51x_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
5877 | goto error; | 5877 | goto error; |
5878 | } | 5878 | } |
5879 | 5879 | ||
5880 | mutex_lock(&ov->lock); | 5880 | mutex_unlock(&ov->lock); |
5881 | 5881 | ||
5882 | return 0; | 5882 | return 0; |
5883 | 5883 | ||