Re: [PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-20 Thread Peter Maydell
On Wed, 19 Jun 2024 at 10:13, Alex Bennée wrote: > > Nabih Estefan writes: > > > There is an extra `buf=` set that is not used by npcm-gmac. Remove it > > for coverity to be happy. By the way, Nabih, it looks like the mailing list received five copies of this patch email. You might want to look

Re: [PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-19 Thread Alex Bennée
Nabih Estefan writes: > There is an extra `buf=` set that is not used by npcm-gmac. Remove it > for coverity to be happy. Have you go the coverity reference to include in the commit message? > > Signed-off-by: Nabih Estefan > --- > hw/net/npcm_gmac.c | 1 - > 1 file changed, 1 deletion(-) > >

RE: [PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-19 Thread Zhang, Chen
..@nuvoton.com; wuhao...@google.com; > jasow...@redhat.org; nabiheste...@google.com > Subject: [PATCH] hw/net: Fix Coverity Issue for npcm-gmac > > There is an extra `buf=` set that is not used by npcm-gmac. Remove it for > coverity to be happy. > Looks good to me. By the way, I see

[PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-18 Thread Nabih Estefan
There is an extra `buf=` set that is not used by npcm-gmac. Remove it for coverity to be happy. Signed-off-by: Nabih Estefan --- hw/net/npcm_gmac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/npcm_gmac.c b/hw/net/npcm_gmac.c index 1b71e2526e..b397fd5064 100644 --- a/hw/net/npcm_gma

[PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-18 Thread Nabih Estefan
There is an extra `buf=` set that is not used by npcm-gmac. Remove it for coverity to be happy. Signed-off-by: Nabih Estefan --- hw/net/npcm_gmac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/npcm_gmac.c b/hw/net/npcm_gmac.c index 1b71e2526e..b397fd5064 100644 --- a/hw/net/npcm_gma

[PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-18 Thread Nabih Estefan
There is an extra `buf=` set that is not used by npcm-gmac. Remove it for coverity to be happy. Signed-off-by: Nabih Estefan --- hw/net/npcm_gmac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/npcm_gmac.c b/hw/net/npcm_gmac.c index 1b71e2526e..b397fd5064 100644 --- a/hw/net/npcm_gma

[PATCH] hw/net: Fix Coverity Issue for npcm-gmac

2024-06-18 Thread Nabih Estefan
There is an extra `buf=` set that is not used by npcm-gmac. Remove it for coverity to be happy. Signed-off-by: Nabih Estefan --- hw/net/npcm_gmac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/npcm_gmac.c b/hw/net/npcm_gmac.c index 1b71e2526e..b397fd5064 100644 --- a/hw/net/npcm_gma