diff options
Diffstat (limited to 'drivers/acpi/hardware')
-rw-r--r-- | drivers/acpi/hardware/hwsleep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/hardware/hwsleep.c b/drivers/acpi/hardware/hwsleep.c index 4d0c677fac19..c0577ca55358 100644 --- a/drivers/acpi/hardware/hwsleep.c +++ b/drivers/acpi/hardware/hwsleep.c | |||
@@ -398,7 +398,8 @@ acpi_status asmlinkage acpi_enter_sleep_state(u8 sleep_state) | |||
398 | /* Wait until we enter sleep state */ | 398 | /* Wait until we enter sleep state */ |
399 | 399 | ||
400 | do { | 400 | do { |
401 | status = acpi_get_register(ACPI_BITREG_WAKE_STATUS, &in_value); | 401 | status = acpi_get_register_unlocked(ACPI_BITREG_WAKE_STATUS, |
402 | &in_value); | ||
402 | if (ACPI_FAILURE(status)) { | 403 | if (ACPI_FAILURE(status)) { |
403 | return_ACPI_STATUS(status); | 404 | return_ACPI_STATUS(status); |
404 | } | 405 | } |