From 92b9b2867315dd314e480873648c6ce504b07bde Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 9 Apr 2008 17:21:34 +1000 Subject: [PATCH] --- yaml --- r: 91547 b: refs/heads/master c: a2879fef7ccd1e0891a8f147c20ce6f1501e373b h: refs/heads/master i: 91545: 5daa303df6b7b5ac430560f7a8ce0aa92fd78313 91543: 72d88be132a96d2e376a75c1a8e1aff390d8cb4d v: v3 --- [refs] | 2 +- trunk/drivers/net/iseries_veth.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e1f1ba5ea9d2..12d851083ab1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6768a4f392d05bc11ed508d35938932c73aac5a +refs/heads/master: a2879fef7ccd1e0891a8f147c20ce6f1501e373b diff --git a/trunk/drivers/net/iseries_veth.c b/trunk/drivers/net/iseries_veth.c index 58d3bb622da6..b8d0639c1cdf 100644 --- a/trunk/drivers/net/iseries_veth.c +++ b/trunk/drivers/net/iseries_veth.c @@ -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,