aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangweidong <wangweidong1@huawei.com>2014-01-16 16:25:19 +0800
committerDavid S. Miller <davem@davemloft.net>2014-01-16 17:31:49 -0800
commitabfce3ef58b6a6c95de389f9d20047a05b10e484 (patch)
treeff3dddbd84bc16c1811aa29f96eeab181dc34fe3
parentvirtio-net: drop rq->max and rq->num (diff)
downloadlinux-dev-abfce3ef58b6a6c95de389f9d20047a05b10e484.tar.xz
linux-dev-abfce3ef58b6a6c95de389f9d20047a05b10e484.zip
sctp: remove the unnecessary assignment
When go the right path, the status is 0, no need to assign it again. So just remove the assignment. Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/sctp/protocol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index 7c161084f241..d6934dc8dcb6 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -1461,7 +1461,6 @@ static __init int sctp_init(void)
if (status)
goto err_v6_add_protocol;
- status = 0;
out:
return status;
err_v6_add_protocol: