Re: [PATCH net-next v2] qlcnic: check pci_reset_function result

From: Paolo Abeni
Date: Tue Apr 11 2023 - 07:25:40 EST


On Fri, 2023-04-07 at 10:18 +0300, Denis Plotnikov wrote:
> Static code analyzer complains to unchecked return value.
> The result of pci_reset_function() is unchecked.
> Despite, the issue is on the FLR supported code path and in that
> case reset can be done with pcie_flr(), the patch uses less invasive
> approach by adding the result check of pci_reset_function().
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
>
> Fixes: 7e2cf4feba05 ("qlcnic: change driver hardware interface mechanism")
> Signed-off-by: Denis Plotnikov <den-plotnikov@xxxxxxxxxxxxxx>

Any special reason to target the net-next tree? This looks like a -net
candidate to me?

Thanks!

Paolo