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)
committerSasha Levin <sasha.levin@oracle.com>
Thu, 27 Aug 2015 17:25:27 +0000 (13:25 -0400)
commit99b4bdfd4279f65c03f291e1f89abe56f33d69b5
treec120f70ee5add762ba15a3fba3101a246a038096
parentca7040c618016748c8a3b6510a6e08ad0073f3c6
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

[ Upstream commit f898c522f0e9ac9f3177d0762b76e2ab2d2cf9c0 ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/crypto/ixp4xx_crypto.c