diff options
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r-- | drivers/acpi/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index e61e7b8a2eaf..afe6f9a919c1 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
@@ -400,7 +400,7 @@ static void acpi_bus_notify(acpi_handle handle, u32 type, void *data) | |||
400 | case ACPI_NOTIFY_BUS_CHECK: | 400 | case ACPI_NOTIFY_BUS_CHECK: |
401 | case ACPI_NOTIFY_DEVICE_CHECK: | 401 | case ACPI_NOTIFY_DEVICE_CHECK: |
402 | case ACPI_NOTIFY_EJECT_REQUEST: | 402 | case ACPI_NOTIFY_EJECT_REQUEST: |
403 | status = acpi_hotplug_execute(acpi_device_hotplug, adev, type); | 403 | status = acpi_hotplug_schedule(adev, type); |
404 | if (ACPI_SUCCESS(status)) | 404 | if (ACPI_SUCCESS(status)) |
405 | return; | 405 | return; |
406 | default: | 406 | default: |