Re: [PATCH 1/1] crypto: atmel-aes: fix compiler error when VERBOSE_DEBUG is defined

2016-10-20 Thread Herbert Xu
On Thu, Sep 29, 2016 at 06:46:57PM +0200, Cyrille Pitchen wrote: > This patch fixes a compiler error when VERBOSE_DEBUG is defined. Indeed, > in atmel_aes_write(), the 3rd argument of atmel_aes_reg_name() was > missing. > > Signed-off-by: Cyrille Pitchen > Reported-by: Levent Demir Patch applie

[PATCH 1/1] crypto: atmel-aes: fix compiler error when VERBOSE_DEBUG is defined

2016-09-29 Thread Cyrille Pitchen
This patch fixes a compiler error when VERBOSE_DEBUG is defined. Indeed, in atmel_aes_write(), the 3rd argument of atmel_aes_reg_name() was missing. Signed-off-by: Cyrille Pitchen Reported-by: Levent Demir --- drivers/crypto/atmel-aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif