Re: [PATCH] appletalk: fix erroneous return value

2016-02-18 Thread David Miller
From: Anton Protopopov Date: Wed, 17 Feb 2016 10:53:59 -0500 > The atalk_sendmsg() function might return wrong value ENETUNREACH > instead of -ENETUNREACH. > > Signed-off-by: Anton Protopopov Applied.

[PATCH] appletalk: fix erroneous return value

2016-02-17 Thread Anton Protopopov
The atalk_sendmsg() function might return wrong value ENETUNREACH instead of -ENETUNREACH. Signed-off-by: Anton Protopopov --- net/appletalk/ddp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index d5871ac..f066781 100644 --- a/net