commit | c5736a4067ad4c59d1447762172def7f27fe869a | [log] [tgz] |
---|---|---|
author | Quentin Lambert <lambert.quentin@gmail.com> | Fri Jul 22 15:32:41 2016 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 09 18:47:03 2016 +0800 |
tree | 7e068ae6b0a03c0e755107df4225540358f86518 | |
parent | b363700ef50e2c0b3122b47ffba70281f45cb686 [diff] |
crypto: ixp4xx - Add missing npe_c release in error branches Most error branches following the call to npe_request contain a call to npe_request. This patch add a call to npe_release to error branches following the call to npe_request that do not have it. This issue was found with Hector. Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>