]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: chelsio - Fix some pr_xxx messages
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 12 Jul 2020 21:14:24 +0000 (23:14 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 16 Jul 2020 11:49:14 +0000 (21:49 +1000)
commit1b3eeb8761f053422a4b3bcb024fc3bf41e12304
treefd4e470fe9f60f68123624630660a0e8c1064404
parentd110cf0ac1bf24ac098b8ea5b0188c717acf7a02
crypto: chelsio - Fix some pr_xxx messages

At the top this file, we have:
   #define pr_fmt(fmt) "chcr:" fmt

So there is no need to repeat "chcr : " in some error message when the
pr_xxx macro is used.
This would lead to log "chcr:chcr : blabla"

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/chelsio/chcr_algo.c