Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93481
b: refs/heads/master
c: a929107
h: refs/heads/master
i:
  93479: 957fb0f
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Apr 26, 2008
1 parent ed35576 commit 34c95be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 753d7054c318f323a7c135c71c68171a6b6a88fc
refs/heads/master: a92910723a5af54f81373875fd95133c88df94bd
4 changes: 2 additions & 2 deletions trunk/drivers/macintosh/mac_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ static int emumousebtn_input_register(void)
if (!emumousebtn)
return -ENOMEM;

lockdep_set_class(emumousebtn->event_lock, &emumousebtn_event_class);
lockdep_set_class(emumousebtn->mutex, &emumousebtn_mutex_class);
lockdep_set_class(&emumousebtn->event_lock, &emumousebtn_event_class);
lockdep_set_class(&emumousebtn->mutex, &emumousebtn_mutex_class);

emumousebtn->name = "Macintosh mouse button emulation";
emumousebtn->id.bustype = BUS_ADB;
Expand Down

0 comments on commit 34c95be

Please sign in to comment.