Merge branch 'stmmac-dwmac-loongson-fixes-three-leaks'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 10 Nov 2022 10:03:05 +0000 (11:03 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 10 Nov 2022 10:03:05 +0000 (11:03 +0100)
Yang Yingliang says:

====================
stmmac: dwmac-loongson: fixes three leaks

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.
====================

Link: https://lore.kernel.org/r/20221108114647.4144952-1-yangyingliang@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge