mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add missing ;
This commit is contained in:
parent
c4b7644f83
commit
8e2d526a8a
|
@ -267,7 +267,7 @@ int clevo_leds_init(struct platform_device *dev)
|
|||
}
|
||||
else {
|
||||
pr_err("CLEVO_CMD_GET_SPECS does not exist on this device or return value has wrong type, trying CLEVO_CMD_GET_BIOS_FEATURES\n");
|
||||
status = -EINVAL
|
||||
status = -EINVAL;
|
||||
}
|
||||
ACPI_FREE(result);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue