Add debug status print

This commit is contained in:
Werner Sembach 2022-11-09 17:19:57 +01:00
parent a9ca7fae63
commit 96fcac547b

View file

@ -801,6 +801,8 @@ static int __init tuxedo_io_init(void)
id_check_uniwill = uniwill_identify();
#ifdef DEBUG
pr_debug("DEBUG is defined\n")
if (id_check_clevo == 0 && id_check_uniwill == 0) {
pr_debug("No matching hardware found on module load\n");
}