Re: [PATCH] crypto: fix comparison of unsigned expression warnings

2019-10-17 Thread Gilad Ben-Yossef
On Mon, Sep 30, 2019 at 11:52 AM Tian Tao wrote: > > This patch fixes the following warnings: > drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression > compared with zero: seq_len > 0 Thank you very much for the patch. Please accept my apologies that it took me some time to respon

答复: [PATCH] crypto: fix comparison of unsigned expression warnings

2019-10-07 Thread tiantao (H)
nux Crypto Mailing List ; Linuxarm 主题: Re: [PATCH] crypto: fix comparison of unsigned expression warnings Hi, On Mon, Sep 30, 2019 at 11:52 AM Tian Tao wrote: > > This patch fixes the following warnings: > drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression &

Re: [PATCH] crypto: fix comparison of unsigned expression warnings

2019-10-02 Thread Gilad Ben-Yossef
Hi, On Mon, Sep 30, 2019 at 11:52 AM Tian Tao wrote: > > This patch fixes the following warnings: > drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression > compared with zero: seq_len > 0 > Thanks for the report! Can you please share which compiler/arch/config you use that prod

Re: [PATCH] crypto: fix comparison of unsigned expression warnings

2019-09-30 Thread Jonathan Cameron
On Mon, 30 Sep 2019 15:17:02 +0100 Jonathan Cameron wrote: > On Mon, 30 Sep 2019 16:49:21 +0800 > Tian Tao wrote: > > > This patch fixes the following warnings: > > drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression > > compared with zero: seq_len > 0 > > > > Signed-off-by:

Re: [PATCH] crypto: fix comparison of unsigned expression warnings

2019-09-30 Thread Jonathan Cameron
On Mon, 30 Sep 2019 16:49:21 +0800 Tian Tao wrote: > This patch fixes the following warnings: > drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression > compared with zero: seq_len > 0 > > Signed-off-by: Tian Tao Apologies, I should have looked into this in more depth when you a

[PATCH] crypto: fix comparison of unsigned expression warnings

2019-09-30 Thread Tian Tao
This patch fixes the following warnings: drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression compared with zero: seq_len > 0 Signed-off-by: Tian Tao --- drivers/crypto/ccree/cc_aead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/ccree/cc_ae