mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
vfc_dev conversion to mutex: fallout
Commit 7b96dc023a
("[SPARC] Videopix Frame
Grabber: Convert device_lock_sem to mutex") missed one place.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e91a810e88
commit
8add24413d
@ -134,7 +134,7 @@ int init_vfc_hw(struct vfc_dev *dev)
|
||||
int init_vfc_devstruct(struct vfc_dev *dev, int instance)
|
||||
{
|
||||
dev->instance=instance;
|
||||
init_MUTEX(&dev->device_lock_sem);
|
||||
mutex_init(&dev->device_lock_mtx);
|
||||
dev->control_reg=0;
|
||||
dev->busy=0;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user