From: Robert Abel Date: Sun, 25 Feb 2018 23:54:29 +0000 (+0100) Subject: auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed X-Git-Tag: v4.19~860^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99b9b4909c72e06b46e2fdf083c96b585cb84adb;p=platform%2Fkernel%2Flinux-rpi3.git auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed Signed-off-by: Robert Abel Reviewed-by: Geert Uytterhoeven Signed-off-by: Miguel Ojeda --- diff --git a/drivers/auxdisplay/charlcd.c b/drivers/auxdisplay/charlcd.c index ee39d1a..0246ff7 100644 --- a/drivers/auxdisplay/charlcd.c +++ b/drivers/auxdisplay/charlcd.c @@ -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) {