[Skiboot] [trivial PATCH] FSP/CONSOLE: remove redundant flush_all_input() call in fsp_console_reset()

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Fri Oct 27 21:55:12 AEDT 2017


Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 hw/fsp/fsp-console.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/fsp/fsp-console.c b/hw/fsp/fsp-console.c
index a7baf17..e3628d7 100644
--- a/hw/fsp/fsp-console.c
+++ b/hw/fsp/fsp-console.c
@@ -984,8 +984,6 @@ void fsp_console_reset(void)
 		return;
 
 	time_wait_ms(500);
-	
-	flush_all_input();
 
 	reopen_all_hvsi();
 
-- 
2.9.3



More information about the Skiboot mailing list