Re: [PATCH 1/1] [TIPC]: Fixed erroneous introduction of for_each_netdev

2007-05-23 Thread David Miller
From: Jon Paul Maloy <[EMAIL PROTECTED]> Date: Tue, 15 May 2007 20:21:14 -0400 > > Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> Patch applied, thanks Jon. I specifically had the developer of that change audit for this exact kind of bug, my apologies that this one case still slipped through

Re: [PATCH 1/1] [TIPC]: Fixed erroneous introduction of for_each_netdev

2007-05-15 Thread David Miller
From: Jon Paul Maloy <[EMAIL PROTECTED]> Date: Tue, 15 May 2007 20:21:14 -0400 > > Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> Sorry about that Jon, I thought the new code was correct :-/ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL

[PATCH 1/1] [TIPC]: Fixed erroneous introduction of for_each_netdev

2007-05-15 Thread Jon Paul Maloy
Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> --- net/tipc/eth_media.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c index 0ee6ded..c73c206 100644 --- a/net/tipc/eth_media.c +++ b/net/tipc/eth_media.c @@ -120,18 +