mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:30:54 +07:00
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 <len.brown@intel.com>
This commit is contained in:
parent
f8123381ba
commit
438f8de46b
@ -49,7 +49,7 @@ static struct acpi_hpled adev;
|
||||
|
||||
static acpi_status hpled_acpi_write(acpi_handle handle, int reg)
|
||||
{
|
||||
unsigned long ret; /* Not used when writing */
|
||||
unsigned long long ret; /* Not used when writing */
|
||||
union acpi_object in_obj[1];
|
||||
struct acpi_object_list args = { 1, in_obj };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user