From b119e25fed9d65b5bb50b5ce20f8dd9f4745b25b Mon Sep 17 00:00:00 2001 From: Rahul Dadhich Date: Wed, 25 Sep 2019 16:40:56 +0530 Subject: [PATCH] Temporary fix for tizen-5.5 emulator hang issue Change-Id: I77a31f9ebec8d27e832964a67f437519dfeb4f11 Signed-off-by: Rahul Dadhich --- drivers/tty/vt/vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 5ab54ef4f304..d8696b7976bc 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -2460,7 +2460,7 @@ static void console_callback(struct work_struct *ignored) } if (do_poke_blanked_console) { /* do not unblank for a LED change */ do_poke_blanked_console = 0; - poke_blanked_console(); + //poke_blanked_console(); /* FIX ME : commented this line to resolve emulator hang issue */ } if (scrollback_delta) { struct vc_data *vc = vc_cons[fg_console].d; -- 2.34.1