Re: [PATCH] crypto: algapi: Use pr_err common logging style.

2017-06-19 Thread Herbert Xu
Karim Eshapa  wrote:
> Use more common error logging style.
> 
> Signed-off-by: Karim Eshapa 

Patch applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


Re: [PATCH] crypto: algapi: Use pr_err common logging style.

2017-06-19 Thread Herbert Xu
Karim Eshapa  wrote:
> Use more common error logging style.
> 
> Signed-off-by: Karim Eshapa 

Patch applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


Re: [PATCH] crypto: algapi: Use pr_err common logging style.

2017-06-19 Thread Herbert Xu
Karim Eshapa  wrote:
> Use more common error logging style.
> 
> Signed-off-by: Karim Eshapa 

karim.esh...@gmail.com
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


Re: [PATCH] crypto: algapi: Use pr_err common logging style.

2017-06-19 Thread Herbert Xu
Karim Eshapa  wrote:
> Use more common error logging style.
> 
> Signed-off-by: Karim Eshapa 

karim.esh...@gmail.com
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


[PATCH] crypto: algapi: Use pr_err common logging style.

2017-05-13 Thread Karim Eshapa
Use more common error logging style.

Signed-off-by: Karim Eshapa 
---
 crypto/algapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/algapi.c b/crypto/algapi.c
index 9eed4ef..e4cc761 100644
--- a/crypto/algapi.c
+++ b/crypto/algapi.c
@@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err)
goto found;
}
 
-   printk(KERN_ERR "alg: Unexpected test result for %s: %d\n", name, err);
+   pr_err("alg: Unexpected test result for %s: %d\n", name, err);
goto unlock;
 
 found:
-- 
2.7.4



[PATCH] crypto: algapi: Use pr_err common logging style.

2017-05-13 Thread Karim Eshapa
Use more common error logging style.

Signed-off-by: Karim Eshapa 
---
 crypto/algapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/algapi.c b/crypto/algapi.c
index 9eed4ef..e4cc761 100644
--- a/crypto/algapi.c
+++ b/crypto/algapi.c
@@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err)
goto found;
}
 
-   printk(KERN_ERR "alg: Unexpected test result for %s: %d\n", name, err);
+   pr_err("alg: Unexpected test result for %s: %d\n", name, err);
goto unlock;
 
 found:
-- 
2.7.4