Re: [PATCH v2] crypto: hisilicon/qm - delete redundant code

2021-04-09 Thread Herbert Xu
On Fri, Apr 02, 2021 at 07:22:30PM +0800, Kai Ye wrote: > The "qdma" is a structure variable instead of actual data. This > structure doesn't need to be zerod, The memset is useless and redundant. > So delete it. > > Signed-off-by: Kai Ye > --- > Changes v1 -> v2: > Re-edit the description. > >

[PATCH v2] crypto: hisilicon/qm - delete redundant code

2021-04-02 Thread Kai Ye
The "qdma" is a structure variable instead of actual data. This structure doesn't need to be zerod, The memset is useless and redundant. So delete it. Signed-off-by: Kai Ye --- Changes v1 -> v2: Re-edit the description. drivers/crypto/hisilicon/qm.c | 1 - 1 file changed, 1 deletion(-) diff -