diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_glue.c')
| -rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 8e952fdab76..cb2fd01edda 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -720,12 +720,6 @@ static int acpiphp_bus_add(struct acpiphp_func *func)  			-ret_val);  		goto acpiphp_bus_add_out;  	} -	/* -	 * try to start anyway.  We could have failed to add -	 * simply because this bus had previously been added -	 * on another add.  Don't bother with the return value -	 * we just keep going. -	 */  	ret_val = acpi_bus_start(device);  acpiphp_bus_add_out:  |