9
0
Fork 0

console: partly revert 84688dfdb4

Some unrelated code leaked in in this commit

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-09-25 14:13:12 +02:00
parent 3820307eb0
commit 0217e514cf
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ int getc(void)
*/
start = get_time_ns();
while (1) {
fsl_udc_irq();
if (tstc()) {
kfifo_putc(console_input_buffer, getc_raw());