staging: fbtft: correct a typo in a comment
Typo in a comment to register write corrected. Signed-off-by: Anton Gerasimov <anton.gerasimov@openmailbox.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
6684d0c4c8
Коммит
38e127275f
|
@ -147,7 +147,7 @@ static int init_display(struct fbtft_par *par)
|
||||||
/* Vertical GRAM Start Address */
|
/* Vertical GRAM Start Address */
|
||||||
write_reg(par, 0x0052, 0x0000);
|
write_reg(par, 0x0052, 0x0000);
|
||||||
|
|
||||||
/* Vertical GRAM Start Address */
|
/* Vertical GRAM End Address */
|
||||||
write_reg(par, 0x0053, 0x013F);
|
write_reg(par, 0x0053, 0x013F);
|
||||||
|
|
||||||
/* Gate Scan Line */
|
/* Gate Scan Line */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче