Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48713
b: refs/heads/master
c: 5f7748c
h: refs/heads/master
i:
  48711: bc3a5f7
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Feb 15, 2007
1 parent 4a2f787 commit 4aeb0d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: c0d127b56937c3e72c2b1819161d2f6718eee877
refs/heads/master: 5f7748cf91558a5026ded5be93c5bf6c1ac34edf
11 changes: 5 additions & 6 deletions trunk/drivers/acpi/events/evmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,11 @@ acpi_ev_queue_notify_request(struct acpi_namespace_node * node,
notify_info->notify.value = (u16) notify_value;
notify_info->notify.handler_obj = handler_obj;

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

acpi_ev_notify_dispatch(notify_info);

acpi_ex_reacquire_interpreter();
}

if (!handler_obj) {
Expand Down

0 comments on commit 4aeb0d8

Please sign in to comment.