Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211710
b: refs/heads/master
c: 8192b1f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent fde51a8 commit 8960726
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: a529f1505b6facfd0078dcb18a444976c1985962
refs/heads/master: 8192b1f6b1a46b33213b993471356495a93ffc70
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/adb.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static struct adb_driver *adb_controller;
BLOCKING_NOTIFIER_HEAD(adb_client_list);
static int adb_got_sleep;
static int adb_inited;
static DECLARE_MUTEX(adb_probe_mutex);
static DEFINE_SEMAPHORE(adb_probe_mutex);
static int sleepy_trackpad;
static int autopoll_devs;
int __adb_probe_sync;
Expand Down

0 comments on commit 8960726

Please sign in to comment.