Fixed missing semicolon

This commit is contained in:
Werner Sembach 2022-11-09 17:50:19 +01:00
parent caf4fd41b0
commit e8bb59c9ff

View file

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