diff options
Diffstat (limited to 'drivers/acpi/power.c')
-rw-r--r-- | drivers/acpi/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 4ab21cb1c8c7..89e5d2a8c33a 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c | |||
@@ -131,7 +131,7 @@ acpi_power_get_context(acpi_handle handle, | |||
131 | static int acpi_power_get_state(struct acpi_power_resource *resource, int *state) | 131 | static int acpi_power_get_state(struct acpi_power_resource *resource, int *state) |
132 | { | 132 | { |
133 | acpi_status status = AE_OK; | 133 | acpi_status status = AE_OK; |
134 | unsigned long sta = 0; | 134 | unsigned long long sta = 0; |
135 | 135 | ||
136 | 136 | ||
137 | if (!resource || !state) | 137 | if (!resource || !state) |