From: Roland Dreier Date: Wed, 2 Nov 2005 15:23:14 +0000 (-0800) Subject: [IB] kzalloc() conversions X-Git-Tag: v2.6.15-rc1~726^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6eb66b56d9df5ce6bd254994f05e065214e8cd;p=pandora-kernel.git [IB] kzalloc() conversions 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 --- Reading git-diff-tree failed