Thread (10 messages) 10 messages, 3 authors, 2021-08-05
STALE1768d LANDED
Revisions (2)
  1. v2 [diff vs current]
  2. v3 current

[PATCH v3 2/3] staging/fbtft: Remove unnecessary variable initialization

From: Len Baker <hidden>
Date: 2021-08-01 10:52:37
Also in: dri-devel, linux-fbdev, lkml
Subsystem: fbtft framebuffer drivers, staging subsystem, the rest · Maintainers: Andy Shevchenko, Greg Kroah-Hartman, Linus Torvalds

Remove the initialization of the variable "i" since it is written a few
lines later.

Signed-off-by: Len Baker <redacted>
---
 drivers/staging/fbtft/fbtft-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c
index e6286043bff7..ed896049118c 100644
--- a/drivers/staging/fbtft/fbtft-core.c
+++ b/drivers/staging/fbtft/fbtft-core.c
@@ -992,7 +992,7 @@ static int fbtft_init_display_from_property(struct fbtft_par *par)
 int fbtft_init_display(struct fbtft_par *par)
 {
 	int buf[64];
-	int i = 0;
+	int i;
 	int j;

 	/* sanity check */
--
2.25.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help