mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
tuxedo_io: Fix build, remove leftover dummy variable
This commit is contained in:
parent
a8230d47f6
commit
15cb908351
|
@ -47,7 +47,7 @@ static u32 id_check_uniwill;
|
||||||
|
|
||||||
static u32 clevo_identify(void)
|
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)
|
/*static int fop_open(struct inode *inode, struct file *file)
|
||||||
|
|
Loading…
Reference in a new issue