From 96fcac547b485f7351b3efa3eeb52b2c55583d8f Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 9 Nov 2022 17:19:57 +0100 Subject: [PATCH] Add debug status print --- src/tuxedo_io/tuxedo_io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index 0206bee..30e5ff5 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -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"); }