mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
fix incompatible pointer error
This commit is contained in:
parent
cd907695b5
commit
407ac12411
|
@ -128,12 +128,11 @@ static int clevo_acpi_add(struct acpi_device *device)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int clevo_acpi_remove(struct acpi_device *device)
|
static void clevo_acpi_remove(struct acpi_device *device)
|
||||||
{
|
{
|
||||||
pr_debug("clevo_acpi driver remove\n");
|
pr_debug("clevo_acpi driver remove\n");
|
||||||
clevo_keyboard_remove_interface(&clevo_acpi_interface);
|
clevo_keyboard_remove_interface(&clevo_acpi_interface);
|
||||||
active_driver_data = NULL;
|
active_driver_data = NULL;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void clevo_acpi_notify(struct acpi_device *device, u32 event)
|
void clevo_acpi_notify(struct acpi_device *device, u32 event)
|
||||||
|
|
Loading…
Reference in a new issue