提交 1760b7d7 编写于 作者: P Paul Mundt

serial: sh-sci: Shut up compiler warning for SH-X3 SCIF.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 9904494d
......@@ -653,6 +653,7 @@ static inline int sci_rxd_in(struct uart_port *port)
return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
if (port->mapbase == 0xffc60000)
return ctrl_inw(SCSPTR3) & 0x0001 ? 1 : 0; /* SCIF */
return 1;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册