Commit 31aa6e2b authored by Russell King's avatar Russell King

[SERIAL] Fix missing parens in serial_core.h

parent f5ffbe23
......@@ -396,6 +396,6 @@ uart_handle_cts_change(struct uart_port *port, unsigned int status)
*/
#define UART_ENABLE_MS(port,cflag) ((port)->flags & UPF_HARDPPS_CD || \
(cflag) & CRTSCTS || \
!(cflag) & CLOCAL)
!((cflag) & CLOCAL))
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment