]> 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)
commit3d4c8f9055ad7812c2a47a3df88da6141598817b
tree00fea0f4895092baef307209f38b460f7f3b7802
parentd3c8e83ef2043b512f88c364d7862d3cf0cdac60
parent803fffc75be25fe1703b367512ac5193ffa31c48
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>