crypto: xcbc - Fix incorrect error value when creating instance
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 08:53:33 +0000 (16:53 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 08:53:33 +0000 (16:53 +0800)
commitb5ebd44eb7559ea6135d536bafd02323d2ef0547
tree519daaeb7d3b913ec6893ae91de3971ee5314651
parent3b3fc322d9c92e8bbfcecf739f1a3d10ded7f2cd
crypto: xcbc - Fix incorrect error value when creating instance

If shash_alloc_instance() fails, we return the wrong error value.
This patch fixes it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/xcbc.c