Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116978
b: refs/heads/master
c: ef9c2f0
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Chris Zankel committed Oct 15, 2008
1 parent a055a21 commit d2f4749
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: 14ac12de07112e727c161644798415368dc4b343
refs/heads/master: ef9c2f04dbeef3bf8ffcb43aeb5d8738f4141718
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/platforms/iss/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ static int iss_net_configure(int index, char *init)
*lp = ((struct iss_net_private) {
.device_list = LIST_HEAD_INIT(lp->device_list),
.opened_list = LIST_HEAD_INIT(lp->opened_list),
.lock = SPIN_LOCK_UNLOCKED,
.lock = __SPIN_LOCK_UNLOCKED(lp.lock),
.dev = dev,
.index = index,
//.fd = -1,
Expand Down

0 comments on commit d2f4749

Please sign in to comment.