[PATCH 2/2] drivers/leds/TODO: update TODO to reflect changes
From: Amy Parker
Date: Thu Jul 15 2021 - 17:19:42 EST
The previous commit in this chain (swap led_brightness from enum to
typedef) fixed the removed issue in this TODO. This patch updates
the TODO to indicate this.
Signed-off-by: Amy Parker <apark0006@xxxxxxxxxxxxxxxxxxxx>
---
drivers/leds/TODO | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/leds/TODO b/drivers/leds/TODO
index e1d771513b98..7b97bb733392 100644
--- a/drivers/leds/TODO
+++ b/drivers/leds/TODO
@@ -1,10 +1,6 @@
-*- org -*-
* On/off LEDs should have max_brightness of 1
-* Get rid of led_brightness
-
-It is really an integer, as maximum is configurable. Get rid of it, or
-make it into typedef or something.
* Review atomicity requirements in LED subsystem
--
2.31.1