Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230541
b: refs/heads/master
c: 4ae26f4
h: refs/heads/master
i:
  230539: fca7744
v: v3
  • Loading branch information
Paul Mundt committed Jan 13, 2011
1 parent b029c4a commit 80ec6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ef7fc9026fe6adef13870c6b2cb4642b6193af67
refs/heads/master: 4ae26f46c98f58ef19ad34f475617b40740d2faa
4 changes: 2 additions & 2 deletions trunk/drivers/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ static inline unsigned long port_rx_irq_mask(struct uart_port *port)
* it's unset, it's logically inferred that there's no point in
* testing for it.
*/
return SCSCR_RIE | (to_sci_port(port)->scscr & SCSR_REIE);
return SCSCR_RIE | (to_sci_port(port)->scscr & SCSCR_REIE);
}

static irqreturn_t sci_mpxed_interrupt(int irq, void *ptr)
Expand Down Expand Up @@ -1540,7 +1540,7 @@ static void sci_set_termios(struct uart_port *port, struct ktermios *termios,
sci_out(port, SCSMR, smr_val);

dev_dbg(port->dev, "%s: SMR %x, t %x, SCSCR %x\n", __func__, smr_val, t,
SCSCR_INIT(port));
s->scscr);

if (t > 0) {
if (t >= 256) {
Expand Down

0 comments on commit 80ec6a4

Please sign in to comment.