diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index c83cba6..4bd84bc 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -47,7 +47,7 @@ static u32 id_check_uniwill; static u32 clevo_identify(void) { - return clevo_get_active_interface_id(&dummy) == 0 ? 1 : 0; + return clevo_get_active_interface_id(NULL) == 0 ? 1 : 0; } /*static int fop_open(struct inode *inode, struct file *file)