diff options
| -rw-r--r-- | drivers/serial/sh-sci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index 257b2235d126..96cae15db9ca 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h | |||
| @@ -599,7 +599,7 @@ static inline int sci_rxd_in(struct uart_port *port) | |||
| 599 | #elif defined(CONFIG_CPU_SUBTYPE_SH5_101) || defined(CONFIG_CPU_SUBTYPE_SH5_103) | 599 | #elif defined(CONFIG_CPU_SUBTYPE_SH5_101) || defined(CONFIG_CPU_SUBTYPE_SH5_103) |
| 600 | static inline int sci_rxd_in(struct uart_port *port) | 600 | static inline int sci_rxd_in(struct uart_port *port) |
| 601 | { | 601 | { |
| 602 | return sci_in(port, SCSPTR)&0x0001 ? 1 : 0; /* SCIF */ | 602 | return sci_in(port, SCSPTR2)&0x0001 ? 1 : 0; /* SCIF */ |
| 603 | } | 603 | } |
| 604 | #elif defined(__H8300H__) || defined(__H8300S__) | 604 | #elif defined(__H8300H__) || defined(__H8300S__) |
| 605 | static inline int sci_rxd_in(struct uart_port *port) | 605 | static inline int sci_rxd_in(struct uart_port *port) |
