Re: [PATCH 01/16] appletalk: In notifier handlers convert the void pointer to a netdevice

2007-09-12 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 08 Sep 2007 15:09:36 -0600 > > This slightly improves code safetly and clarity. > > Later network namespace patches touch this code so this is a > preliminary cleanup. > > Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> Applied to net

[PATCH 01/16] appletalk: In notifier handlers convert the void pointer to a netdevice

2007-09-08 Thread Eric W. Biederman
This slightly improves code safetly and clarity. Later network namespace patches touch this code so this is a preliminary cleanup. Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> --- net/appletalk/aarp.c |7 --- net/appletalk/ddp.c |4 +++- 2 files changed, 7 insertions(+), 4