diff mbox

[4/5] ACPI: Remove the useless check in osl.c

Message ID 1347369022-10176-4-git-send-email-feng.tang@intel.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Feng Tang Sept. 11, 2012, 1:10 p.m. UTC
Signed-off-by: Feng Tang <feng.tang@intel.com>
---
 drivers/acpi/osl.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 9eaf708..e76a7f5 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -949,12 +949,7 @@  static acpi_status __acpi_os_execute(acpi_execute_type type,
 		(type == OSL_NOTIFY_HANDLER ? kacpi_notify_wq : kacpid_wq);
 	dpc->wait = hp ? 1 : 0;
 
-	if (queue == kacpi_hotplug_wq)
-		INIT_WORK(&dpc->work, acpi_os_execute_deferred);
-	else if (queue == kacpi_notify_wq)
-		INIT_WORK(&dpc->work, acpi_os_execute_deferred);
-	else
-		INIT_WORK(&dpc->work, acpi_os_execute_deferred);
+	INIT_WORK(&dpc->work, acpi_os_execute_deferred);
 
 	/*
 	 * On some machines, a software-initiated SMI causes corruption unless