crypto: api - Fix crypto_drop_spawn crash on blank spawns
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 9 Jul 2009 03:34:06 +0000 (11:34 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 9 Jul 2009 03:34:06 +0000 (11:34 +0800)
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 <herbert@gondor.apana.org.au>

No differences found