| Submitter | Jiang Liu |
|---|---|
| Date | April 27, 2012, 3:16 p.m. |
| Message ID | <1335539820-11232-13-git-send-email-jiang.liu@huawei.com> |
| Download | mbox | patch |
| Permalink | /patch/155512/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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: