diff options
Diffstat (limited to 'drivers/acpi/utils.c')
-rw-r--r-- | drivers/acpi/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c index 050673f0c0b3..e854dea7d5fe 100644 --- a/drivers/acpi/utils.c +++ b/drivers/acpi/utils.c | |||
@@ -625,7 +625,7 @@ acpi_status acpi_evaluate_lck(acpi_handle handle, int lock) | |||
625 | * some old BIOSes do expect a buffer or an integer etc. | 625 | * some old BIOSes do expect a buffer or an integer etc. |
626 | */ | 626 | */ |
627 | union acpi_object * | 627 | union acpi_object * |
628 | acpi_evaluate_dsm(acpi_handle handle, const u8 *uuid, int rev, int func, | 628 | acpi_evaluate_dsm(acpi_handle handle, const u8 *uuid, u64 rev, u64 func, |
629 | union acpi_object *argv4) | 629 | union acpi_object *argv4) |
630 | { | 630 | { |
631 | acpi_status ret; | 631 | acpi_status ret; |
@@ -674,7 +674,7 @@ EXPORT_SYMBOL(acpi_evaluate_dsm); | |||
674 | * functions. Currently only support 64 functions at maximum, should be | 674 | * functions. Currently only support 64 functions at maximum, should be |
675 | * enough for now. | 675 | * enough for now. |
676 | */ | 676 | */ |
677 | bool acpi_check_dsm(acpi_handle handle, const u8 *uuid, int rev, u64 funcs) | 677 | bool acpi_check_dsm(acpi_handle handle, const u8 *uuid, u64 rev, u64 funcs) |
678 | { | 678 | { |
679 | int i; | 679 | int i; |
680 | u64 mask = 0; | 680 | u64 mask = 0; |