diff options
-rw-r--r-- | drivers/leds/leds-hp-disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-hp-disk.c b/drivers/leds/leds-hp-disk.c index 53a25b1c2da..74645ab1566 100644 --- a/drivers/leds/leds-hp-disk.c +++ b/drivers/leds/leds-hp-disk.c | |||
@@ -49,7 +49,7 @@ static struct acpi_hpled adev; | |||
49 | 49 | ||
50 | static acpi_status hpled_acpi_write(acpi_handle handle, int reg) | 50 | static acpi_status hpled_acpi_write(acpi_handle handle, int reg) |
51 | { | 51 | { |
52 | unsigned long ret; /* Not used when writing */ | 52 | unsigned long long ret; /* Not used when writing */ |
53 | union acpi_object in_obj[1]; | 53 | union acpi_object in_obj[1]; |
54 | struct acpi_object_list args = { 1, in_obj }; | 54 | struct acpi_object_list args = { 1, in_obj }; |
55 | 55 | ||