Re: [PATCH v3 1/3] crypto: caam: ctrl: Fix the error handling

2015-08-24 Thread Herbert Xu
On Fri, Aug 21, 2015 at 01:51:58PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > In the error path we should disable the resources that were previously > acquired, so fix the error handling accordingly. > > Signed-off-by: Fabio Estevam All applied. -- Email: Herbert Xu Home Page: htt

Re: [PATCH v3 1/3] crypto: caam: ctrl: Fix the error handling

2015-08-23 Thread Horia Geantă
On 8/21/2015 7:51 PM, Fabio Estevam wrote: > From: Fabio Estevam > > In the error path we should disable the resources that were previously > acquired, so fix the error handling accordingly. > > Signed-off-by: Fabio Estevam For v3 series Reviewed-by: Horia Geantă Thanks, Horia -- To unsubs

[PATCH v3 1/3] crypto: caam: ctrl: Fix the error handling

2015-08-21 Thread Fabio Estevam
From: Fabio Estevam In the error path we should disable the resources that were previously acquired, so fix the error handling accordingly. Signed-off-by: Fabio Estevam --- Changes since v2: - Add a missing "ret = -ENOMEM" drivers/crypto/caam/ctrl.c | 36 +---