Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71895
b: refs/heads/master
c: 8add244
h: refs/heads/master
i:
  71893: 88ad08d
  71891: 60c5c93
  71887: 644b790
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 20, 2007
1 parent 9a7ae6f commit fac3b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e91a810e884850781a1cada2ea81b8016881d244
refs/heads/master: 8add24413dff675855bcef8806175d11631917d0
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/vfc_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fac3b7b

Please sign in to comment.