[IB] kzalloc() conversions
authorRoland Dreier <rolandd@cisco.com>
Wed, 2 Nov 2005 15:23:14 +0000 (07:23 -0800)
committerRoland Dreier <rolandd@cisco.com>
Wed, 2 Nov 2005 15:23:14 +0000 (07:23 -0800)
Replace kmalloc()+memset(,0,) with kzalloc(), for a net savings of 35
source lines and about 500 bytes of text.

Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found