]> Pileus Git - ~andy/linux/commit
sctp: remove the unnecessary assignment
authorwangweidong <wangweidong1@huawei.com>
Thu, 16 Jan 2014 08:25:19 +0000 (16:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jan 2014 01:31:49 +0000 (17:31 -0800)
commitabfce3ef58b6a6c95de389f9d20047a05b10e484
treeff3dddbd84bc16c1811aa29f96eeab181dc34fe3
parentbe121f46affce8a2ba284ef0388a8ff6ff85ec1b
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>
net/sctp/protocol.c