]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2015 10:05:35 +0000 (18:05 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Jul 2015 10:09:18 +0000 (18:09 +0800)
commitf898c522f0e9ac9f3177d0762b76e2ab2d2cf9c0
tree043d31965a058333edbeacb5ee3627c3baa0dce9
parent6f043b50da8e03bdcc5703fd37ea45bc6892432f
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

This patch removes a bogus BUG_ON in the ablkcipher path that
triggers when the destination buffer is different from the source
buffer and is scattered.

Cc: stable@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ixp4xx_crypto.c