Skip to content

Commit 438f8de

Browse files
committed
leds-hp-disk: fix build warning
drivers/leds/leds-hp-disk.c:59: warning: passing argument 4 of ‘acpi_evaluate_integer’ from incompatible pointer type Signed-off-by: Len Brown <[email protected]>
1 parent f812338 commit 438f8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/leds-hp-disk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static struct acpi_hpled adev;
4949

5050
static acpi_status hpled_acpi_write(acpi_handle handle, int reg)
5151
{
52-
unsigned long ret; /* Not used when writing */
52+
unsigned long long ret; /* Not used when writing */
5353
union acpi_object in_obj[1];
5454
struct acpi_object_list args = { 1, in_obj };
5555

0 commit comments

Comments
 (0)