[PATCH] auxdisplay: panel: replace struct with union for display configuration
From: Atharva Tiwari
Date: Wed Dec 25 2024 - 13:07:06 EST
Well as you said it was better to just remove the todo that just what i
did :)
Signed-off-by: Atharva Tiwari <evepolonium@xxxxxxxxx>
---
drivers/auxdisplay/panel.c | 1 +--
1 file changed, 1 deletions(-)
diff --git a/drivers/auxdisplay/panel.c b/drivers/auxdisplay/panel.c
index a731f28455b4..4662f763dac7 100644
--- a/drivers/auxdisplay/panel.c
+++ b/drivers/auxdisplay/panel.c
@@ -204,8 +204,7 @@ static struct {
int charset;
int proto;
- /* TODO: use union here? */
int e;
int rs;
int rw;
--
2.39.5