Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19502
b: refs/heads/master
c: 3173cdf
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Dec 28, 2005
1 parent fd8381d commit 2a8b77a
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: defba1d8f233c0d5cf3e1ea6aeb898eca7231860
refs/heads/master: 3173cdfe02995f6c6841a28b5148f94cefd8ab77
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ acpi_native_uint acpi_os_acquire_lock(acpi_handle handle)

void acpi_os_release_lock(acpi_handle handle, acpi_native_uint flags)
{
spin_unlock_irqrestore((spinlock_t *) handle, flags);
spin_unlock_irqrestore((spinlock_t *) handle, (unsigned long) flags);
}

#ifndef ACPI_USE_LOCAL_CACHE
Expand Down

0 comments on commit 2a8b77a

Please sign in to comment.