Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375031
b: refs/heads/master
c: 3aa2eea
h: refs/heads/master
i:
  375029: ba2faf0
  375027: 81fa5e0
  375023: 2ce3a1e
v: v3
  • Loading branch information
Jung-uk Kim authored and Rafael J. Wysocki committed May 8, 2013
1 parent 782a828 commit 63aec06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 61388f9e5d93053cf399a356414f31f9b4814c6d
refs/heads/master: 3aa2eeacb559e9901153d3b084ade81515b0967e
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/acpica/utosi.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ acpi_status acpi_ut_osi_implementation(struct acpi_walk_state * walk_state)
return_value = 0;
status = acpi_os_acquire_mutex(acpi_gbl_osi_mutex, ACPI_WAIT_FOREVER);
if (ACPI_FAILURE(status)) {
return (status);
acpi_ut_remove_reference(return_desc);
return_ACPI_STATUS(status);
}

/* Lookup the interface in the global _OSI list */
Expand Down

0 comments on commit 63aec06

Please sign in to comment.