mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 09:56:00 +00:00
staging: dgnc: rephrase comment
Rephrase comment to explain original intention of function. CC: Lidza Louina <lidza.louina@gmail.com> CC: Mark Hounschell <markh@compro.net> Suggested-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Seunghun Lee <waydi1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
578dc59f20
commit
83f053de12
@ -1040,11 +1040,11 @@ static void cls_flush_uart_read(struct channel_t *ch)
|
||||
* For complete POSIX compatibility, we should be purging the
|
||||
* read FIFO in the UART here.
|
||||
*
|
||||
* However, doing the statement below also incorrectly flushes
|
||||
* write data as well as just basically trashing the FIFO.
|
||||
* However, clearing the read FIFO (UART_FCR_CLEAR_RCVR) also
|
||||
* incorrectly flushes write data as well as just basically trashing the
|
||||
* FIFO.
|
||||
*
|
||||
* I believe this is a BUG in this UART.
|
||||
* So for now, we will leave the code #ifdef'ed out...
|
||||
* Presumably, this is a bug in this UART.
|
||||
*/
|
||||
|
||||
udelay(10);
|
||||
|
Loading…
Reference in New Issue
Block a user