OSDN Git Service

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)
commit63eec6f926ad8d1c8d658679349ef6581a800d4a
tree00fea0f4895092baef307209f38b460f7f3b7802
parentc6092ea1e6d7bd12acd881f6aa2b5054cd70e096
parent7f94d0498f9c763f37172c08059ae91804c3075a
Merge branch 'stmmac-dwmac-loongson-fixes-three-leaks'

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>