diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_glue.c')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 5b4e9eb0e8ff..1cf605f67673 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -325,7 +325,7 @@ static acpi_status register_slot(acpi_handle handle, u32 lvl, void *data, | |||
325 | 325 | ||
326 | list_add_tail(&slot->node, &bridge->slots); | 326 | list_add_tail(&slot->node, &bridge->slots); |
327 | 327 | ||
328 | /* Register slots for ejectable funtions only. */ | 328 | /* Register slots for ejectable functions only. */ |
329 | if (acpi_pci_check_ejectable(pbus, handle) || is_dock_device(handle)) { | 329 | if (acpi_pci_check_ejectable(pbus, handle) || is_dock_device(handle)) { |
330 | unsigned long long sun; | 330 | unsigned long long sun; |
331 | int retval; | 331 | int retval; |