Re: [PATCH] crypto: sahara: set array of const as const

2015-10-15 Thread Herbert Xu
On Wed, Oct 14, 2015 at 09:14:19PM +0200, LABBE Corentin wrote: > Some array of const char are not set as const. > This patch fix that. > > Signed-off-by: LABBE Corentin Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/p

[PATCH] crypto: sahara: set array of const as const

2015-10-14 Thread LABBE Corentin
Some array of const char are not set as const. This patch fix that. Signed-off-by: LABBE Corentin --- drivers/crypto/sahara.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/crypto/sahara.c b/drivers/crypto/sahara.c index 804c0f5..f68c24a 100644 --- a/dri