Update some patch for uadk from mainline. To get more information, please visit the homepage: https://github.comp/Linaro/uadk Signed-off-by: Yang Shen <shenyang39@huawei.com>
28 lines
764 B
Diff
28 lines
764 B
Diff
From d0300cca906531d85d025c1c17a3d845a0f45902 Mon Sep 17 00:00:00 2001
|
|
From: Weili Qian <qianweili@huawei.com>
|
|
Date: Sat, 23 Jul 2022 10:49:00 +0800
|
|
Subject: [PATCH 174/183] drv/hpre: remove redundant blank line
|
|
|
|
This patch removes redundant blank line from the hpre driver.
|
|
|
|
Signed-off-by: Weili Qian <qianweili@huawei.com>
|
|
---
|
|
drv/hisi_hpre.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/drv/hisi_hpre.c b/drv/hisi_hpre.c
|
|
index aea7749..d957101 100644
|
|
--- a/drv/hisi_hpre.c
|
|
+++ b/drv/hisi_hpre.c
|
|
@@ -771,7 +771,6 @@ static int ecc_prepare_alg(struct wd_ecc_msg *msg,
|
|
return 0;
|
|
}
|
|
|
|
-
|
|
static int trans_cv_param_to_hpre_bin(struct wd_dtb *p, struct wd_dtb *a,
|
|
struct wd_dtb *b, struct wd_dtb *n,
|
|
struct wd_ecc_point *g)
|
|
--
|
|
2.27.0
|
|
|