[PATCH 0/2] Fix a resource release omission in error handling code

From: Quentin Lambert
Date: Fri Jul 22 2016 - 09:32:57 EST


The first patch is a style fix, the second add calls to npe_release.
The reason for me thinking that they are necessary is that every other branches
leading to an error return are calling this function.

---
drivers/crypto/ixp4xx_crypto.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---