Re: [PATCH v2] net/mana: fix uninitialized scalar variable

2024-06-12 Thread Ferruh Yigit
On 6/10/2024 11:07 PM, mmaatuq wrote: > in case we didn't enter or finished the loop without getting ifname we > ret shouldn't have an arbitrary value. > > Coverity issue: 424690 > > Signed-off-by: mmaatuq > Change looks good to me, but can you please add Fixes tag [1] and perhaps stable tag ba

[PATCH v2] net/mana: fix uninitialized scalar variable

2024-06-10 Thread mmaatuq
in case we didn't enter or finished the loop without getting ifname we ret shouldn't have an arbitrary value. Coverity issue: 424690 Signed-off-by: mmaatuq --- v2: Fixed typo in word "arbitrary" --- drivers/net/mana/mana.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri