diff options
-rw-r--r-- | drivers/acpi/osl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 4ece850b2af1..58e7c47354ee 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -1073,7 +1073,7 @@ acpi_native_uint acpi_os_acquire_lock(acpi_handle handle) | |||
1073 | 1073 | ||
1074 | void acpi_os_release_lock(acpi_handle handle, acpi_native_uint flags) | 1074 | void acpi_os_release_lock(acpi_handle handle, acpi_native_uint flags) |
1075 | { | 1075 | { |
1076 | spin_unlock_irqrestore((spinlock_t *) handle, flags); | 1076 | spin_unlock_irqrestore((spinlock_t *) handle, (unsigned long) flags); |
1077 | } | 1077 | } |
1078 | 1078 | ||
1079 | #ifndef ACPI_USE_LOCAL_CACHE | 1079 | #ifndef ACPI_USE_LOCAL_CACHE |