staging/fbtft: Remove unnecessary variable initialization
Remove the initialization of the variable "i" since it is written a few lines later. Signed-off-by: Len Baker <len.baker@gmx.com> Link: https://lore.kernel.org/r/20210801085155.3170-3-len.baker@gmx.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b888897014
commit
31f0c349dd
@ -992,7 +992,7 @@ out_free:
|
||||
int fbtft_init_display(struct fbtft_par *par)
|
||||
{
|
||||
int buf[64];
|
||||
int i = 0;
|
||||
int i;
|
||||
int j;
|
||||
|
||||
/* sanity check */
|
||||
|
Loading…
x
Reference in New Issue
Block a user