Remove useless comment, there few to no error handling in the whole module

This commit is contained in:
Werner Sembach 2022-09-29 15:16:43 +02:00
parent e92bbccbe0
commit 47bbd14ca0

View file

@ -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)