Re: [PATCH net] sctp: remove useless err from sctp_association_init

2017-03-22 Thread David Miller
From: Xin Long Date: Mon, 20 Mar 2017 18:00:28 +0800 > This patch is to remove the unnecessary temporary variable 'err' from > sctp_association_init. > > Signed-off-by: Xin Long Applied.

Re: [PATCH net] sctp: remove useless err from sctp_association_init

2017-03-20 Thread Neil Horman
On Mon, Mar 20, 2017 at 06:00:28PM +0800, Xin Long wrote: > This patch is to remove the unnecessary temporary variable 'err' from > sctp_association_init. > > Signed-off-by: Xin Long > --- > net/sctp/associola.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/net/

[PATCH net] sctp: remove useless err from sctp_association_init

2017-03-20 Thread Xin Long
This patch is to remove the unnecessary temporary variable 'err' from sctp_association_init. Signed-off-by: Xin Long --- net/sctp/associola.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 2a6835b..0439a1a 100644 --- a/