[PATCH 1/4] auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed

From: Robert Abel
Date: Sun Feb 25 2018 - 18:55:23 EST


Signed-off-by: Robert Abel <rabel@xxxxxxxxxxxxx>
---
drivers/auxdisplay/charlcd.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/auxdisplay/charlcd.c b/drivers/auxdisplay/charlcd.c
index a3486db03d81..e3b2fd15c5a3 100644
--- a/drivers/auxdisplay/charlcd.c
+++ b/drivers/auxdisplay/charlcd.c
@@ -362,6 +362,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) {
--
2.11.0