]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: fix error return code in sctp_init()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 13 Jun 2016 15:08:26 +0000 (23:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 06:45:42 +0000 (23:45 -0700)
commite4cfcf5b711d135eff137aaf5e72bb6448d0be37
tree4dafbedff54a80d58248235b40b7ca67bebaf0af
parent66a159b453619c104eda22cf622f55b61d5aadc8
sctp: fix error return code in sctp_init()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-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/protocol.c