diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index c7317fe213bfc34e814f226cf60c5a948b1ec35b..5cd7f8c5666ab396c1149942608aa2c1cd06195d 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -343,8 +343,6 @@ static void acpi_scan_bus_device_check(acpi_handle handle, u32 ost_source) goto out; } } - acpi_evaluate_hotplug_ost(handle, ost_source, - ACPI_OST_SC_INSERT_IN_PROGRESS, NULL); error = acpi_bus_scan(handle); if (error) { acpi_handle_warn(handle, "Namespace scan failure\n");