mbox series

[0/2] crypto: hisilicon - optimize the processing of qm and sec functions

Message ID 20231209070135.555110-1-huangchenghai2@huawei.com
Headers show
Series crypto: hisilicon - optimize the processing of qm and sec functions | expand

Message

Chenghai Huang Dec. 9, 2023, 7:01 a.m. UTC
This seires patch optimize the process of ret, and delete risky redundant
functions.

*** BLURB HERE ***

Chenghai Huang (2):
  crypto: hisilicon/qm - delete a dbg function
  crypto: hisilicon/sec2 - optimize the error return process

 drivers/crypto/hisilicon/qm.c              | 3 ---
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 7 +++++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Herbert Xu Dec. 15, 2023, 9:57 a.m. UTC | #1
On Sat, Dec 09, 2023 at 03:01:33PM +0800, Chenghai Huang wrote:
> This seires patch optimize the process of ret, and delete risky redundant
> functions.
> 
> *** BLURB HERE ***
> 
> Chenghai Huang (2):
>   crypto: hisilicon/qm - delete a dbg function
>   crypto: hisilicon/sec2 - optimize the error return process
> 
>  drivers/crypto/hisilicon/qm.c              | 3 ---
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 7 +++++--
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> -- 
> 2.30.0

All applied.  Thanks.