Re: [PATCH] crypto: atmel: Check for clk_prepare_enable() return value

2015-10-08 Thread Herbert Xu
On Fri, Oct 02, 2015 at 02:12:58PM +0200, LABBE Corentin wrote: > clk_prepare_enable() can fail so add a check for this and > return the error code if it fails. > > Signed-off-by: LABBE Corentin Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP

Re: [PATCH] crypto: atmel: Check for clk_prepare_enable() return value

2015-10-08 Thread Herbert Xu
On Fri, Oct 02, 2015 at 02:12:58PM +0200, LABBE Corentin wrote: > clk_prepare_enable() can fail so add a check for this and > return the error code if it fails. > > Signed-off-by: LABBE Corentin Patch applied. Thanks. -- Email: Herbert Xu

[PATCH] crypto: atmel: Check for clk_prepare_enable() return value

2015-10-02 Thread LABBE Corentin
clk_prepare_enable() can fail so add a check for this and return the error code if it fails. Signed-off-by: LABBE Corentin --- drivers/crypto/atmel-aes.c | 6 +- drivers/crypto/atmel-sha.c | 6 +- drivers/crypto/atmel-tdes.c | 6 +- 3 files changed, 15 insertions(+), 3

[PATCH] crypto: atmel: Check for clk_prepare_enable() return value

2015-10-02 Thread LABBE Corentin
clk_prepare_enable() can fail so add a check for this and return the error code if it fails. Signed-off-by: LABBE Corentin --- drivers/crypto/atmel-aes.c | 6 +- drivers/crypto/atmel-sha.c | 6 +- drivers/crypto/atmel-tdes.c | 6 +- 3 files changed, 15