Re: [PATCH v1 1/1] net/octeon_ep: fix return code

2024-10-23 Thread Jerin Jacob
On Tue, Oct 15, 2024 at 1:09 PM Vamsi Krishna wrote: > > From: Vamsi Attunuru > > In the changeset 304ba46be396, a goto statement was > mistakenly added after a return statement. This patch > corrects the code by removing the erroneous return. > > Coverity issue: 445484 > Fixes: 304ba46be396 ("ne

[PATCH v1 1/1] net/octeon_ep: fix return code

2024-10-15 Thread Vamsi Krishna
From: Vamsi Attunuru In the changeset 304ba46be396, a goto statement was mistakenly added after a return statement. This patch corrects the code by removing the erroneous return. Coverity issue: 445484 Fixes: 304ba46be396 ("net/octeon_ep: handle device removal on probe") Signed-off-by: Vamsi At