Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1760b7d7 authored by Paul Mundt's avatar Paul Mundt
Browse files

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



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9904494d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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