mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static struct acpi_hpled adev;
|
||||||
|
|
||||||
static acpi_status hpled_acpi_write(acpi_handle handle, int reg)
|
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];
|
union acpi_object in_obj[1];
|
||||||
struct acpi_object_list args = { 1, in_obj };
|
struct acpi_object_list args = { 1, in_obj };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue