diff mbox series

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

Message ID 20171027105512.2106-1-hegdevasant@linux.vnet.ibm.com
State Accepted
Headers show
Series [trivial] FSP/CONSOLE: remove redundant flush_all_input() call in fsp_console_reset() | expand

Commit Message

Vasant Hegde Oct. 27, 2017, 10:55 a.m. UTC
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
---
 hw/fsp/fsp-console.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Stewart Smith Oct. 31, 2017, 3:45 a.m. UTC | #1
Vasant Hegde <hegdevasant@linux.vnet.ibm.com> writes:
> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
> ---
>  hw/fsp/fsp-console.c | 2 --
>  1 file changed, 2 deletions(-)

Thanks, merged to master as of 1db5f66b2afdb92bbdac56f128ed4959e25bb8c2
diff mbox series

Patch

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();