]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cxl: Free virtual PHB when removing
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Tue, 13 Oct 2015 04:09:44 +0000 (15:09 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Oct 2015 09:31:58 +0000 (20:31 +1100)
commit2e1a2556ebbbe7b53a05b721ac0d3d8ca9873cdb
treeb1911beab1e2b0cfa0d5a3bc874acb981d2d6226
parent6b8b252f40d39e5815be17aaf05f2cb5eaaa41a1
cxl: Free virtual PHB when removing

When adding a vPHB in cxl_pci_vphb_add(), we allocate a pci_controller
struct using pcibios_alloc_controller(). However, we don't free it in
cxl_pci_vphb_remove(), causing a leak.

Call pcibios_free_controller() in cxl_pci_vphb_remove() to free the vPHB
data structure correctly.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/vphb.c