Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46378
b: refs/heads/master
c: 73ca0fb
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent 0dc39d8 commit 23093d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 14d64b5e36a82ef21a51d8a15639d26b75a79499
refs/heads/master: 73ca0fbcc25a6080db4136f55dbcd5fe7b33398f
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/namespace/nsaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ acpi_status acpi_ns_root_initialize(void)
/* Create additional counting semaphore for global lock */

status =
acpi_os_create_semaphore(1, 1,
acpi_os_create_semaphore(1, 0,
&acpi_gbl_global_lock_semaphore);
if (ACPI_FAILURE(status)) {
acpi_ut_remove_reference
Expand Down

0 comments on commit 23093d5

Please sign in to comment.