commit | 1760b7d760b2804a87affcb8ec74edde8812a1ea | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Aug 08 16:57:05 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Sep 21 11:57:49 2007 +0900 |
tree | f277b880a2d52175b88d81b76196e76598afc8e3 | |
parent | 9904494d6a5303f6eebf6fe95a37bf1f952a3f5d [diff] |
serial: sh-sci: Shut up compiler warning for SH-X3 SCIF. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index cf75466..941c504 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h
@@ -653,6 +653,7 @@ return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */ if (port->mapbase == 0xffc60000) return ctrl_inw(SCSPTR3) & 0x0001 ? 1 : 0; /* SCIF */ + return 1; } #endif