staging/fbtft: Remove unnecessary variable initialization
authorLen Baker <len.baker@gmx.com>
Sun, 1 Aug 2021 08:51:54 +0000 (10:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Aug 2021 11:05:57 +0000 (13:05 +0200)
commit31f0c349dd399ae03df5633abd73830b2429e7a1
tree408024f455dd5ee75964f4a1d2cd4997815e6e89
parentb888897014a9986726b7f8d69356097722834c04
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>
drivers/staging/fbtft/fbtft-core.c