commit | f898c522f0e9ac9f3177d0762b76e2ab2d2cf9c0 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 22 18:05:35 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 23 18:09:18 2015 +0800 |
tree | 043d31965a058333edbeacb5ee3627c3baa0dce9 | |
parent | 6f043b50da8e03bdcc5703fd37ea45bc6892432f [diff] |
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>