From: Julia Lawall Date: Tue, 29 Apr 2008 16:27:14 +0000 (+0800) Subject: [CRYPTO] cryptd: Correct kzalloc error test X-Git-Tag: v2.6.26-rc1~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1145ce395f7785487c128fe8faf8624e6586d84;p=pandora-kernel.git [CRYPTO] cryptd: Correct kzalloc error test Normally, kzalloc returns NULL or a valid pointer value, not a value to be tested using IS_ERR. Signed-off-by: Julia Lawall Signed-off-by: Herbert Xu --- Reading git-diff-tree failed