Re: [PATCH 2/2] crypto: sa2ul: fix compiler warning produced by clang

2020-09-10 Thread Herbert Xu
On Tue, Aug 25, 2020 at 04:31:06PM +0300, Tero Kristo wrote: > Clang detects a warning for an assignment that doesn't really do > anything. Fix this by removing the offending piece of code. > > Fixes: 7694b6ca649f ("crypto: sa2ul - Add crypto driver") > Reported-by: Nathan Chancellor > Signed-off

Re: [PATCH 2/2] crypto: sa2ul: fix compiler warning produced by clang

2020-08-25 Thread Nathan Chancellor
On Tue, Aug 25, 2020 at 04:31:06PM +0300, Tero Kristo wrote: > Clang detects a warning for an assignment that doesn't really do > anything. Fix this by removing the offending piece of code. > > Fixes: 7694b6ca649f ("crypto: sa2ul - Add crypto driver") > Reported-by: Nathan Chancellor > Signed-off

[PATCH 2/2] crypto: sa2ul: fix compiler warning produced by clang

2020-08-25 Thread Tero Kristo
Clang detects a warning for an assignment that doesn't really do anything. Fix this by removing the offending piece of code. Fixes: 7694b6ca649f ("crypto: sa2ul - Add crypto driver") Reported-by: Nathan Chancellor Signed-off-by: Tero Kristo --- drivers/crypto/sa2ul.c | 6 ++ 1 file changed,