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

2016-08-09 Thread Herbert Xu
On Fri, Jul 22, 2016 at 03:32:40PM +0200, Quentin Lambert wrote: > 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. Both patches applied.

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

2016-07-22 Thread Quentin Lambert
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 deleti