Add missing ;

This commit is contained in:
Werner Sembach 2022-10-24 14:33:50 +02:00
parent c4b7644f83
commit 8e2d526a8a

View file

@ -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);
}