Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141248
b: refs/heads/master
c: 3f4577b
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 6c2c40c commit 15c7c2a
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: 530ddf8563df4d7af8f8bdd99fa478c63805d0e3
refs/heads/master: 3f4577bff8b8d03e56f1b62bedca5cd3b18f919a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/meilhaus/memain.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ MODULE_PARM(major, "i");

static struct file *me_filep = NULL;
static int me_count = 0;
static spinlock_t me_lock = SPIN_LOCK_UNLOCKED;
static DEFINE_SPINLOCK(me_lock);
static DECLARE_RWSEM(me_rwsem);

/* Board instances are kept in a global list */
Expand Down

0 comments on commit 15c7c2a

Please sign in to comment.