Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daeseok Youn and committed by
Greg Kroah-Hartman
ea753f2a 24039c58

+1 -1
+1 -1
drivers/staging/dgnc/dgnc_cls.c
··· 1168 1168 /* Clear out UART and FIFO */ 1169 1169 readb(&ch->ch_cls_uart->txrx); 1170 1170 1171 - writeb((UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT), 1171 + writeb(UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, 1172 1172 &ch->ch_cls_uart->isr_fcr); 1173 1173 udelay(10); 1174 1174