提交 ea753f2a 编写于 作者: D Daeseok Youn 提交者: Greg Kroah-Hartman

staging: dgnc: remove parenthesis around the CONST |

remove parenthesis around the CONST | CONST.
Signed-off-by: NDaeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 24039c58
...@@ -1168,7 +1168,7 @@ static void cls_uart_init(struct channel_t *ch) ...@@ -1168,7 +1168,7 @@ static void cls_uart_init(struct channel_t *ch)
/* Clear out UART and FIFO */ /* Clear out UART and FIFO */
readb(&ch->ch_cls_uart->txrx); 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); &ch->ch_cls_uart->isr_fcr);
udelay(10); udelay(10);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册