aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/appletalk/ddp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
index c3f002717378..5abce07fb50a 100644
--- a/net/appletalk/ddp.c
+++ b/net/appletalk/ddp.c
@@ -815,9 +815,6 @@ static int atif_ioctl(int cmd, void __user *arg)
815 return -EPERM; 815 return -EPERM;
816 if (sa->sat_family != AF_APPLETALK) 816 if (sa->sat_family != AF_APPLETALK)
817 return -EINVAL; 817 return -EINVAL;
818 if (!atif)
819 return -EADDRNOTAVAIL;
820
821 /* 818 /*
822 * for now, we only support proxy AARP on ELAP; 819 * for now, we only support proxy AARP on ELAP;
823 * we should be able to do it for LocalTalk, too. 820 * we should be able to do it for LocalTalk, too.