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
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
&
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
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:
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
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