]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sctp: remove useless err from sctp_association_init
authorXin Long <lucien.xin@gmail.com>
Mon, 20 Mar 2017 10:00:28 +0000 (18:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 17:57:52 +0000 (10:57 -0700)
commit581947787eaf1ad801959d00b42b9d0131aacb6a
tree51216818b82048801e6c535c9071a11fe37e0303
parent1511949c61ec63e4b646c34d602ac6990b38ce30
sctp: remove useless err from sctp_association_init

This patch is to remove the unnecessary temporary variable 'err' from
sctp_association_init.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/associola.c