]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: hisilicon/sec - use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 8 Apr 2021 10:23:51 +0000 (18:23 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 16 Apr 2021 11:16:33 +0000 (21:16 +1000)
commitfadcddec621d2678bf56d73a14e48c5a825654a6
tree879e38606617b8f92c5035056234a7b3eb728339
parent84210527f4193e4b0c08f501f5f7c50782d86693
crypto: hisilicon/sec - use the correct print format

According to Documentation/core-api/printk-formats.rst, Use
the correct print format. Printing an unsigned int value should use %u
instead of %d.

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/sec/sec_drv.c