From 15cb908351f3358b25cdd5e834f75835801a0092 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Tue, 8 Dec 2020 09:30:27 +0100 Subject: [PATCH] tuxedo_io: Fix build, remove leftover dummy variable --- src/tuxedo_io/tuxedo_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)