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)
commit07a4356bafa932eb64159866059ce17847520ecb
tree879e38606617b8f92c5035056234a7b3eb728339
parent3eb75fc7d8c79c7c6cfe388330c14999cf333d29
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