Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155890
b: refs/heads/master
c: 0cbb0a7
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Saxena authored and David S. Miller committed Jul 27, 2009
1 parent 90c6a4b commit 4e64c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8bae1b2b13beb4cf4c0f119f97640503c2b74b0f
refs/heads/master: 0cbb0a781a42f131e9c6836554f402cb85f8f38b
1 change: 1 addition & 0 deletions trunk/net/irda/irttp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,7 @@ struct tsap_cb *irttp_dup(struct tsap_cb *orig, void *instance)
}
/* Dup */
memcpy(new, orig, sizeof(struct tsap_cb));
spin_lock_init(&new->lock);

/* We don't need the old instance any more */
spin_unlock_irqrestore(&irttp->tsaps->hb_spinlock, flags);
Expand Down

0 comments on commit 4e64c9c

Please sign in to comment.