]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9fa16c473be62b16301b002cdaa8b1e49fe5e27c
tree9523d80da45c2f222f4732bf1e259cdfa0d53fb7
parent6de656bacc8016731cdefed70c46429fb6dfb411
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