Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118250
b: refs/heads/master
c: aeffd54
h: refs/heads/master
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Oct 31, 2008
1 parent dfe94a4 commit 1b67e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 140626673289a25f677fb006fafb3f6a95b8eb97
refs/heads/master: aeffd54ad7e3af513c6a0dadda71e6316e5ba230
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sh-sci.h
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,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, SCSPTR)&0x0001 ? 1 : 0; /* SCIF */
return sci_in(port, SCSPTR2)&0x0001 ? 1 : 0; /* SCIF */
}
#elif defined(__H8300H__) || defined(__H8300S__)
static inline int sci_rxd_in(struct uart_port *port)
Expand Down

0 comments on commit 1b67e9d

Please sign in to comment.