Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55817
b: refs/heads/master
c: 40d0708
h: refs/heads/master
i:
  55815: 8860432
v: v3
  • Loading branch information
Len Brown committed May 10, 2007
1 parent abd1220 commit e735c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d2acd9ea539e0f59178b126f6750ccc41eefcdd
refs/heads/master: 40d07080e585396dc58bc64befa1de0695318b3b
11 changes: 6 additions & 5 deletions trunk/drivers/acpi/events/evmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,12 @@ acpi_ev_queue_notify_request(struct acpi_namespace_node * node,
notify_info->notify.value = (u16) notify_value;
notify_info->notify.handler_obj = handler_obj;

acpi_ex_relinquish_interpreter();

acpi_ev_notify_dispatch(notify_info);

acpi_ex_reacquire_interpreter();
status =
acpi_os_execute(OSL_NOTIFY_HANDLER, acpi_ev_notify_dispatch,
notify_info);
if (ACPI_FAILURE(status)) {
acpi_ut_delete_generic_state(notify_info);
}
}

if (!handler_obj) {
Expand Down

0 comments on commit e735c4b

Please sign in to comment.