Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10301
b: refs/heads/master
c: d591958
h: refs/heads/master
i:
  10299: a008f63
v: v3
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Oct 4, 2005
1 parent cfcf721 commit 5c06f7c
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: 96eb549c0c20cf63ca13fac71d9d406701f744a6
refs/heads/master: d5919586265d36c6694a5d10ba589c02806873b6
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/mkiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ static void ax_setup(struct net_device *dev)
* best way to fix this is to use a rwlock in the tty struct, but for now we
* use a single global rwlock for all ttys in ppp line discipline.
*/
static rwlock_t disc_data_lock = RW_LOCK_UNLOCKED;
static DEFINE_RWLOCK(disc_data_lock);

static struct mkiss *mkiss_get(struct tty_struct *tty)
{
Expand Down

0 comments on commit 5c06f7c

Please sign in to comment.