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

2015-08-21 Thread Fabio Estevam
On Fri, Aug 21, 2015 at 1:16 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 > --- > Changes since v1: > - None > > drivers/crypto/caam/c

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

2015-08-21 Thread Horia Geantă
On 8/21/2015 7:16 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 the series: Reviewed-by: Horia Geantă Thanks! Horia -- To unsu

[PATCH v2 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 v1: - None drivers/crypto/caam/ctrl.c | 35 --- 1 file changed, 24 inserti