mbox series

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

Message ID 6eacdf8e-bb07-4e01-8726-c53a9a508945@moroto.mountain (mailing list archive)
Headers show
Series PCI: endpoint: fix a couple error handling bugs | expand

Message

Dan Carpenter June 10, 2024, 9:32 a.m. UTC
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.

Comments

Krzysztof WilczyƄski July 1, 2024, 8:34 p.m. UTC | #1
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