[PATCH 0/2] PCI: endpoint: fix a couple error handling bugs

Dan Carpenter posted 2 patches 1 year, 8 months ago
[PATCH 0/2] PCI: endpoint: fix a couple error handling bugs
Posted by Dan Carpenter 1 year, 8 months ago
Two small error error handling and cleanup patches.  The first one fixes
an incorrect error message printed on success.  The other one fixes some
cleanup.  Which is probably not required because PCI code is generally
required for a functioning system...

From static analysis.  Untested.
Re: [PATCH 0/2] PCI: endpoint: fix a couple error handling bugs
Posted by Krzysztof Wilczyński 1 year, 7 months ago
Hello,

> Two small error error handling and cleanup patches.  The first one fixes
> an incorrect error message printed on success.  The other one fixes some
> cleanup.  Which is probably not required because PCI code is generally
> required for a functioning system...

Applied to endpoint, thank you!

[01/02] PCI: endpoint: Clean up error handling in vpci_scan_bus()
        https://git.kernel.org/pci/pci/c/72705e5b5957

[02/02] PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
        https://git.kernel.org/pci/pci/c/05214340e133

	Krzysztof