auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed

Signed-off-by: Robert Abel <rabel@robertabel.eu>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
This commit is contained in:
Robert Abel 2018-02-26 00:54:29 +01:00 committed by Miguel Ojeda
parent 9629ccca3b
commit 99b9b4909c

View file

@ -363,6 +363,7 @@ static inline int handle_lcd_special_code(struct charlcd *lcd)
break;
case 'N': /* Two Lines */
priv->flags |= LCD_FLAG_N;
processed = 1;
break;
case 'l': /* Shift Cursor Left */
if (priv->addr.x > 0) {