diff options
Diffstat (limited to 'drivers/pci/hotplug/shpchp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/shpchp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c index 8d98410bf1c0..d55a9a7f8d2b 100644 --- a/drivers/pci/hotplug/shpchp_hpc.c +++ b/drivers/pci/hotplug/shpchp_hpc.c | |||
@@ -1566,8 +1566,8 @@ int shpc_init(struct controller * ctrl, | |||
1566 | err("Can't get irq %d for the hotplug controller\n", php_ctlr->irq); | 1566 | err("Can't get irq %d for the hotplug controller\n", php_ctlr->irq); |
1567 | goto abort_free_ctlr; | 1567 | goto abort_free_ctlr; |
1568 | } | 1568 | } |
1569 | /* Execute OSHP method here */ | ||
1570 | } | 1569 | } |
1570 | get_hp_hw_control_from_firmware(pdev); | ||
1571 | dbg("%s: Before adding HPC to HPC list\n", __FUNCTION__); | 1571 | dbg("%s: Before adding HPC to HPC list\n", __FUNCTION__); |
1572 | 1572 | ||
1573 | /* Add this HPC instance into the HPC list */ | 1573 | /* Add this HPC instance into the HPC list */ |