diff options
Diffstat (limited to 'drivers/acpi/events/evmisc.c')
-rw-r--r-- | drivers/acpi/events/evmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/events/evmisc.c b/drivers/acpi/events/evmisc.c index 21449f36b5f8..3bacede53503 100644 --- a/drivers/acpi/events/evmisc.c +++ b/drivers/acpi/events/evmisc.c | |||
@@ -493,7 +493,7 @@ acpi_status acpi_ev_release_global_lock(void) | |||
493 | if (pending) { | 493 | if (pending) { |
494 | status = | 494 | status = |
495 | acpi_set_register(ACPI_BITREG_GLOBAL_LOCK_RELEASE, | 495 | acpi_set_register(ACPI_BITREG_GLOBAL_LOCK_RELEASE, |
496 | 1, ACPI_MTX_LOCK); | 496 | 1); |
497 | } | 497 | } |
498 | 498 | ||
499 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, | 499 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, |