mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Fixed missing semicolon
This commit is contained in:
parent
caf4fd41b0
commit
e8bb59c9ff
|
@ -801,7 +801,7 @@ static int __init tuxedo_io_init(void)
|
||||||
id_check_uniwill = uniwill_identify();
|
id_check_uniwill = uniwill_identify();
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
pr_debug("DEBUG is defined\n")
|
pr_debug("DEBUG is defined\n");
|
||||||
|
|
||||||
if (id_check_clevo == 0 && id_check_uniwill == 0) {
|
if (id_check_clevo == 0 && id_check_uniwill == 0) {
|
||||||
pr_debug("No matching hardware found on module load\n");
|
pr_debug("No matching hardware found on module load\n");
|
||||||
|
|
Loading…
Reference in a new issue