From: Steffen Klassert Date: Wed, 15 Jul 2009 08:51:04 +0000 (+0800) Subject: crypto: cryptd - Fix uninitialized return value X-Git-Tag: v2.6.32-rc1~731^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ed8758fa30e088766905d0d600aa393e144353;p=pandora-kernel.git crypto: cryptd - Fix uninitialized return value If cryptd_alloc_instance() fails, the return value is uninitialized. This patch fixes this by setting the return value. Signed-off-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed