sctp: remove the duplicate initialize
authorwangweidong <wangweidong1@huawei.com>
Fri, 6 Dec 2013 01:36:27 +0000 (09:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 19:54:38 +0000 (14:54 -0500)
commitd1d66186dcec848e89dede4c305f09462e1fbe34
tree9523d80da45c2f222f4732bf1e259cdfa0d53fb7
parent19e1190afb6142d375c46991e3830bfbcb2c7315
sctp: remove the duplicate initialize

kzalloc had initialize the allocated memroy. Therefore, remove the
initialize with 0 and the memset.

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/associola.c