diff options
Diffstat (limited to 'drivers/media')
-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 | ||