Skip to content

Commit 99b9b49

Browse files
Tauwasserojeda
authored andcommitted
auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed
Signed-off-by: Robert Abel <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 9629ccc commit 99b9b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/auxdisplay/charlcd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ static inline int handle_lcd_special_code(struct charlcd *lcd)
363363
break;
364364
case 'N': /* Two Lines */
365365
priv->flags |= LCD_FLAG_N;
366+
processed = 1;
366367
break;
367368
case 'l': /* Shift Cursor Left */
368369
if (priv->addr.x > 0) {

0 commit comments

Comments
 (0)