Re: [PATCH] PCI: sky1: Fix missing cleanup of ECAM config on probe failure

From: Markus Elfring

Date: Tue Mar 24 2026 - 14:54:59 EST


> > Add the missing pci_ecam_free() call to properly release the allocated
> > ECAM configuration window on this error path.

> Applied, thanks!
>
> [1/1] PCI: sky1: Fix missing cleanup of ECAM config on probe failure
> commit: 72e76b63d6ff6d1f96acccbfc6c118656f63e66a

Can the application of another goto chain become more desirable for
the implementation of the function “sky1_pcie_probe”?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v7.0-rc5#n526

Regards,
Markus