]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/serial/sh-sci.h
Merge branch 'nomadik' into devel-stable
[karo-tx-linux.git] / drivers / serial / sh-sci.h
index e3eae4eaaddf8039ef920198e2e119bf3a74a9c0..38072c15b845d5d2877f18fa1ed5fcb6fb5c12a0 100644 (file)
@@ -636,7 +636,7 @@ static inline int sci_rxd_in(struct uart_port *port)
 #elif defined(CONFIG_CPU_SUBTYPE_SH5_101) || defined(CONFIG_CPU_SUBTYPE_SH5_103)
 static inline int sci_rxd_in(struct uart_port *port)
 {
-         return sci_in(port, SCSPTR2)&0x0001 ? 1 : 0; /* SCIF */
+         return sci_in(port, SCSPTR)&0x0001 ? 1 : 0; /* SCIF */
 }
 #elif defined(__H8300H__) || defined(__H8300S__)
 static inline int sci_rxd_in(struct uart_port *port)