Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253402
b: refs/heads/master
c: 79b3891
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 7, 2011
1 parent 542dcd6 commit fb46596
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3019de124b9f5b1526cb3668b74af14371e21795
refs/heads/master: 79b3891587741dfac72cdfead1f2764b56a567b0
5 changes: 5 additions & 0 deletions trunk/net/irda/iriap.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ static inline void iriap_start_watchdog_timer(struct iriap_cb *self,
iriap_watchdog_timer_expired);
}

static struct lock_class_key irias_objects_key;

/*
* Function iriap_init (void)
*
Expand Down Expand Up @@ -114,6 +116,9 @@ int __init iriap_init(void)
return -ENOMEM;
}

lockdep_set_class_and_name(&irias_objects->hb_spinlock, &irias_objects_key,
"irias_objects");

/*
* Register some default services for IrLMP
*/
Expand Down

0 comments on commit fb46596

Please sign in to comment.