From 47bbd14ca0ad06b95739bc0fbc1e886043a357d7 Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Thu, 29 Sep 2022 15:16:43 +0200 Subject: [PATCH] Remove useless comment, there few to no error handling in the whole module --- src/tuxedo_io/tuxedo_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index b7311bb..ad84fc7 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -233,7 +233,7 @@ static int uw_init_fan(void) { fans_initialized = true; - return 0; // TODO Sensefull error handling + return 0; } static u32 uw_set_fan(u32 fan_index, u8 fan_speed)