Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30967
b: refs/heads/master
c: effc8b7
h: refs/heads/master
i:
  30965: 4a694ec
  30963: 57d25be
  30959: 91e71dc
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jun 28, 2006
1 parent 823f06b commit 0ff34b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d7fa40098253a6768cfc3ffbbd5988ba852d364
refs/heads/master: effc8b704b48c3c727715abf49592a57547b6818
3 changes: 3 additions & 0 deletions trunk/drivers/char/stallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -3029,6 +3029,9 @@ static int __init stl_init(void)
int i;
printk(KERN_INFO "%s: version %s\n", stl_drvtitle, stl_drvversion);

spin_lock_init(&stallion_lock);
spin_lock_init(&brd_lock);

stl_initbrds();

stl_serial = alloc_tty_driver(STL_MAXBRDS * STL_MAXPORTS);
Expand Down

0 comments on commit 0ff34b6

Please sign in to comment.