From: Herbert Xu Date: Thu, 9 Jul 2009 03:34:06 +0000 (+0800) Subject: crypto: api - Fix crypto_drop_spawn crash on blank spawns X-Git-Tag: v2.6.32-rc1~731^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ede5a5ba55a696a6e1d8456526e44635e966a81;p=pandora-kernel.git crypto: api - Fix crypto_drop_spawn crash on blank spawns This patch allows crypto_drop_spawn to be called on spawns that have not been initialised or have failed initialisation. This fixes potential crashes during initialisation without adding special case code. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed