diff options
Diffstat (limited to 'drivers/misc/eeepc-laptop.c')
-rw-r--r-- | drivers/misc/eeepc-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeepc-laptop.c b/drivers/misc/eeepc-laptop.c index 1ee8501e90f1..616bcbd8def6 100644 --- a/drivers/misc/eeepc-laptop.c +++ b/drivers/misc/eeepc-laptop.c | |||
@@ -204,7 +204,7 @@ static int write_acpi_int(acpi_handle handle, const char *method, int val, | |||
204 | static int read_acpi_int(acpi_handle handle, const char *method, int *val) | 204 | static int read_acpi_int(acpi_handle handle, const char *method, int *val) |
205 | { | 205 | { |
206 | acpi_status status; | 206 | acpi_status status; |
207 | ulong result; | 207 | unsigned long long result; |
208 | 208 | ||
209 | status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); | 209 | status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); |
210 | if (ACPI_FAILURE(status)) { | 210 | if (ACPI_FAILURE(status)) { |