]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
IPoIB: don't zero members after we allocate with kzalloc
authorRoland Dreier <rolandd@cisco.com>
Tue, 29 Nov 2005 18:25:23 +0000 (10:25 -0800)
committerRoland Dreier <rolandd@cisco.com>
Tue, 29 Nov 2005 18:25:23 +0000 (10:25 -0800)
commit2e86541ec878de9ec5771600a77f451a80bebfc4
treee58f418dd8e64675b1dbaa6db92d7c1e606d1506
parentde922487890936470660e89f9095aee980637989
IPoIB: don't zero members after we allocate with kzalloc

ipoib_mcast_alloc() uses kzalloc(), so there's no need to zero out
members of the mcast struct after it's allocated.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c