mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Fix variable type
This commit is contained in:
parent
08502a6904
commit
cef0d4a74a
|
@ -122,8 +122,7 @@ EXPORT_SYMBOL(uniwill_write_ec_ram);
|
|||
|
||||
int uniwill_write_ec_ram_with_retry(u16 address, u8 data, int retries)
|
||||
{
|
||||
u32 status;
|
||||
int i;
|
||||
int status, i;
|
||||
u8 control_data;
|
||||
|
||||
for (i = 0; i < retries; ++i) {
|
||||
|
|
Loading…
Reference in a new issue