[IPoIB] remove unneeded initializations to 0
authorRoland Dreier <rolandd@cisco.com>
Wed, 2 Nov 2005 18:07:59 +0000 (10:07 -0800)
committerRoland Dreier <rolandd@cisco.com>
Wed, 2 Nov 2005 18:07:59 +0000 (10:07 -0800)
commit21a384897d48c116b879924c3dd9e96f6f1e764b
tree3179960b8e0f3ccb4feff19eb5582298d48324a0
parentde6eb66b56d9df5ce6bd254994f05e065214e8cd
[IPoIB] remove unneeded initializations to 0

Shrink our source and .text a little by removing a few assignments of
NULL and 0 to memory that is already cleared as part of the allocation.

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