mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Fix missing ')'
This commit is contained in:
parent
2a164b6564
commit
1f2944ee29
|
@ -304,7 +304,7 @@ static int __init tuxedo_keyboard_init(void)
|
||||||
|
|
||||||
if (!(dmi_check_system(tuxedo_dmi_string_match)
|
if (!(dmi_check_system(tuxedo_dmi_string_match)
|
||||||
|| (x86_match_cpu(skip_tuxedo_dmi_string_check_match)
|
|| (x86_match_cpu(skip_tuxedo_dmi_string_check_match)
|
||||||
&& !x86_match_cpu(force_tuxedo_dmi_string_check_match)) {
|
&& !x86_match_cpu(force_tuxedo_dmi_string_check_match)))) {
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue