Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50e9d311 authored by Dan Carpenter's avatar Dan Carpenter Committed by Mauro Carvalho Chehab
Browse files

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: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarDouglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent cb63c2aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5877,7 +5877,7 @@ ov51x_probe(struct usb_interface *intf, const struct usb_device_id *id)
		goto error;
	}

	mutex_lock(&ov->lock);
	mutex_unlock(&ov->lock);

	return 0;