mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 16:11:38 +00:00
staging: dgnc: remove parenthesis around the CONST |
remove parenthesis around the CONST | CONST. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
24039c589b
commit
ea753f2a59
@ -1168,7 +1168,7 @@ static void cls_uart_init(struct channel_t *ch)
|
||||
/* Clear out UART and FIFO */
|
||||
readb(&ch->ch_cls_uart->txrx);
|
||||
|
||||
writeb((UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT),
|
||||
writeb(UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT,
|
||||
&ch->ch_cls_uart->isr_fcr);
|
||||
udelay(10);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user