From: Greg Kroah-Hartman Date: Wed, 25 Feb 2009 04:31:39 +0000 (-0800) Subject: Staging: p9auth: use kzalloc X-Git-Tag: v2.6.30-rc1~202^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0d63bd7a9c0a6373c7759cb55580b806269dae;p=pandora-kernel.git Staging: p9auth: use kzalloc It's nicer than doing kmalloc/memset. Also check the return value of all allocations, one was previously not being checked properly. Cc: Ashwin Ganti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed