]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2174fe93974dd3cc25868734bd63acb6a294db26
tree00fea0f4895092baef307209f38b460f7f3b7802
parent0019eabc78b8a8f3ce2e782f6e89f0917270c7c3
parentdbdd5da73e0de4d068ef350e0980289c82e57fb8
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>