mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
crypto: hisilicon/qm - remove the update of flags
'qm_init_qp_status' is just a help function to initiate some 'QP' status. 'QP' status should be updated separately. This patch removes the updating flags in 'QP' status. Signed-off-by: Weili Qian <qianweili@huawei.com> Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
d8140b878e
commit
d8e8876617
@ -757,7 +757,6 @@ static void qm_init_qp_status(struct hisi_qp *qp)
|
||||
qp_status->sq_tail = 0;
|
||||
qp_status->cq_head = 0;
|
||||
qp_status->cqc_phase = true;
|
||||
atomic_set(&qp_status->flags, 0);
|
||||
atomic_set(&qp_status->used, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user