Revert "soc: rockchip: rk_fiq_debugger: clear time out interrupt but no data ready"

This reverts commit 08cb05ec40.

Change-Id: Ic8ffa074edcf5720cd1db55b9bf3db83db1b08cd
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2020-03-27 17:23:39 +08:00
parent d5193532d9
commit ba92445d02

View File

@@ -176,8 +176,6 @@ static int debug_getc(struct platform_device *pdev)
} else {
return temp;
}
} else {
rk_fiq_read(t, UART_RX);
}
return FIQ_DEBUGGER_NO_CHAR;