diff mbox series

[2/2] staging: sm750fb: Make g_fbmode truly constant

Message ID 20250218185749.22144-4-madhurkumar004@gmail.com (mailing list archive)
State New
Headers show
Series [1/2] staging: sm750fb: Remove unnecessary volatile qualifiers from the file | expand

Commit Message

Madhur Kumar Feb. 18, 2025, 6:57 p.m. UTC
Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
---
 drivers/staging/sm750fb/sm750.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index cab879ab58bd..2cce27effc46 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -33,7 +33,7 @@ 
 static int g_hwcursor = 1;
 static int g_noaccel;
 static int g_nomtrr;
-static const char *g_fbmode[] = {NULL, NULL};
+static const char * const g_fbmode[] = {NULL, NULL};
 static const char *g_def_fbmode = "1024x768-32@60";
 static char *g_settings;
 static int g_dualview;