Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146755
b: refs/heads/master
c: e9e8b1f
h: refs/heads/master
i:
  146753: 40204b7
  146751: a9a14bb
v: v3
  • Loading branch information
Paul Mundt committed May 9, 2009
1 parent edcfebd commit 238d118
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: cd89436e54b29a07a383ee82f2f718d8c9d24cc4
refs/heads/master: e9e8b1fb995543c4cc3930f465923a552b2e48b7
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sh-sci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 238d118

Please sign in to comment.