提交 c4433247 编写于 作者: H Hui Tang 提交者: Herbert Xu

crypto: hisilicon/hpre - use the correct variable type

The return value of 'le32_to_cpu' is unsigned, so change the
variable type from 'int' to 'unsigned int'.
Signed-off-by: NHui Tang <tanghui20@huawei.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 a2035904
...@@ -322,7 +322,8 @@ static int hpre_alg_res_post_hf(struct hpre_ctx *ctx, struct hpre_sqe *sqe, ...@@ -322,7 +322,8 @@ static int hpre_alg_res_post_hf(struct hpre_ctx *ctx, struct hpre_sqe *sqe,
void **kreq) void **kreq)
{ {
struct hpre_asym_request *req; struct hpre_asym_request *req;
int err, id, done; unsigned int err, done;
int id;
#define HPRE_NO_HW_ERR 0 #define HPRE_NO_HW_ERR 0
#define HPRE_HW_TASK_DONE 3 #define HPRE_HW_TASK_DONE 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册