mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Remove useless comment, there few to no error handling in the whole module
This commit is contained in:
parent
e92bbccbe0
commit
47bbd14ca0
|
@ -233,7 +233,7 @@ static int uw_init_fan(void) {
|
||||||
|
|
||||||
fans_initialized = true;
|
fans_initialized = true;
|
||||||
|
|
||||||
return 0; // TODO Sensefull error handling
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u32 uw_set_fan(u32 fan_index, u8 fan_speed)
|
static u32 uw_set_fan(u32 fan_index, u8 fan_speed)
|
||||||
|
|
Loading…
Reference in a new issue