Re: [PATCH] PCI: sky1: Fix missing cleanup of ECAM config on probe failure
Markus Elfring <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci |
|---|---|
| Message-ID | <[email protected]> |
> > 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