[PATCH v2 12/19] PCI: clean up all resources in error handling path in zt5550_hc_init_one()

From: Jiang Liu
Date: Fri Apr 27 2012 - 11:21:48 EST


From: Jiang Liu <jiang.liu@xxxxxxxxxx>

Clean up all resources in error handling path in function zt5550_hc_init_one().

Signed-off-by: Jiang Liu <liuj97@xxxxxxxxx>
---
drivers/pci/hotplug/cpcihp_zt5550.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/pci/hotplug/cpcihp_zt5550.c b/drivers/pci/hotplug/cpcihp_zt5550.c
index 6bf8d2a..8a6f968 100644
--- a/drivers/pci/hotplug/cpcihp_zt5550.c
+++ b/drivers/pci/hotplug/cpcihp_zt5550.c
@@ -257,11 +257,13 @@ static int zt5550_hc_init_one (struct pci_dev *pdev, const struct pci_device_id
if(status != 0) {
err("could not started cPCI hotplug system");
cpci_hp_unregister_bus(bus0);
- goto init_register_error;
+ goto init_start_error;
}
dbg("started cpci hp system");

return 0;
+init_start_error:
+ cpci_hp_unregister_bus(bus0);
init_register_error:
cpci_hp_unregister_controller(&zt5550_hpc);
init_hc_error:
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/