Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350890
b: refs/heads/master
c: 78d025e
h: refs/heads/master
v: v3
  • Loading branch information
Tim Gardner authored and Rafael J. Wysocki committed Jan 10, 2013
1 parent cd49861 commit 4a54baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e81a52b8b642aa2322eff10607164b4f24ffd3ae
refs/heads/master: 78d025e2d057a3490f918a6e3ebe2486236505cf
1 change: 1 addition & 0 deletions trunk/drivers/acpi/acpica/dsmethod.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ acpi_ds_create_method_mutex(union acpi_operand_object *method_desc)

status = acpi_os_create_mutex(&mutex_desc->mutex.os_mutex);
if (ACPI_FAILURE(status)) {
acpi_ut_delete_object_desc(mutex_desc);
return_ACPI_STATUS(status);
}

Expand Down

0 comments on commit 4a54baf

Please sign in to comment.