Message ID | 20221108114647.4144952-1-yangyingliang@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | stmmac: dwmac-loongson: fixes three leaks | expand |
Hello: This series was applied to netdev/net.git (master) by Paolo Abeni <pabeni@redhat.com>: On Tue, 8 Nov 2022 19:46:44 +0800 you wrote: > patch #2 fixes missing pci_disable_device() in the error path in probe() > patch #1 and pach #3 fix missing pci_disable_msi() and of_node_put() in > error and remove() path. > > v1 -> v2: > Make another two error paths 'goto err_disable_msi' in path #1. > > [...] Here is the summary with links: - [net,v2,1/3] stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting https://git.kernel.org/netdev/net/c/f2d45fdf9a0e - [net,v2,2/3] stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe() https://git.kernel.org/netdev/net/c/fe5b3ce8b437 - [net,v2,3/3] stmmac: dwmac-loongson: fix missing of_node_put() while module exiting https://git.kernel.org/netdev/net/c/7f94d0498f9c You are awesome, thank you!