aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/scan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index c7317fe213bf..5cd7f8c5666a 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)
343 goto out; 343 goto out;
344 } 344 }
345 } 345 }
346 acpi_evaluate_hotplug_ost(handle, ost_source,
347 ACPI_OST_SC_INSERT_IN_PROGRESS, NULL);
348 error = acpi_bus_scan(handle); 346 error = acpi_bus_scan(handle);
349 if (error) { 347 if (error) {
350 acpi_handle_warn(handle, "Namespace scan failure\n"); 348 acpi_handle_warn(handle, "Namespace scan failure\n");