mbox series

[net,0/3] stmmac: dwmac-loongson: fixes three leaks

Message ID 20221105121840.3654266-1-yangyingliang@huawei.com (mailing list archive)
Headers show
Series stmmac: dwmac-loongson: fixes three leaks | expand

Message

Yang Yingliang Nov. 5, 2022, 12:18 p.m. UTC
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.

Yang Yingliang (3):
  stmmac: dwmac-loongson: fix missing pci_disable_msi() while module
    exiting
  stmmac: dwmac-loongson: fix missing pci_disable_device() in
    loongson_dwmac_probe()
  stmmac: dwmac-loongson: fix missing of_node_put() while module exiting

 .../ethernet/stmicro/stmmac/dwmac-loongson.c  | 37 +++++++++++++++----
 1 file changed, 29 insertions(+), 8 deletions(-)