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)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 13 Oct 2015 02:46:01 +0000 (03:46 +0100)
commit1d9fd24206b274e4adf1e88dd48c781692e983c5
tree1f3d5c81673e18ad490608479df81292d1fdb05b
parenta97233643dcf324d983d92118099213fd08b7fba
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

commit f898c522f0e9ac9f3177d0762b76e2ab2d2cf9c0 upstream.

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.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/crypto/ixp4xx_crypto.c