
24 Apr
2025
24 Apr
'25
9:19 a.m.
From: Zhiqi Song <songzhiqi1@huawei.com> The operation of setting the input parameter to NULL is redundant and therefore deleted. Signed-off-by: Zhiqi Song <songzhiqi1@huawei.com> Signed-off-by: Qi Tao <taoqi10@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 a18d358f..30411609 100644 --- a/drv/hisi_hpre.c +++ b/drv/hisi_hpre.c @@ -2536,7 +2536,6 @@ static void ecc_sess_eops_uninit(void *params) } free(params); - params = NULL; } static void ecc_sess_eops_params_cfg(struct wd_ecc_sess_setup *setup, -- 2.33.0