mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2025-01-18 11:32:50 +01:00
tuxedo_io: Fix build, remove leftover dummy variable
This commit is contained in:
parent
a8230d47f6
commit
15cb908351
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue