Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91547
b: refs/heads/master
c: a2879fe
h: refs/heads/master
i:
  91545: 5daa303
  91543: 72d88be
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Apr 16, 2008
1 parent 0a85a8a commit 92b9b28
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e6768a4f392d05bc11ed508d35938932c73aac5a
refs/heads/master: a2879fef7ccd1e0891a8f147c20ce6f1501e373b
3 changes: 2 additions & 1 deletion trunk/drivers/net/iseries_veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ static void veth_complete_allocation(void *parm, int number)

static int veth_allocate_events(HvLpIndex rlp, int number)
{
struct veth_allocation vc = { COMPLETION_INITIALIZER(vc.c), 0 };
struct veth_allocation vc =
{ COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 };

mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan,
sizeof(struct veth_lpevent), number,
Expand Down

0 comments on commit 92b9b28

Please sign in to comment.