Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143548
b: refs/heads/master
c: 41609ff
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Russell King committed Apr 15, 2009
1 parent 5362716 commit f83e3fe
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: 9fa264d0d327a67db4913b400bcfb174d929054c
refs/heads/master: 41609ff43005de11dadfb0ccadb344f0e2966829
4 changes: 2 additions & 2 deletions trunk/drivers/serial/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void s3c24xx_serial_stop_tx(struct uart_port *port)
struct s3c24xx_uart_port *ourport = to_ourport(port);

if (tx_enabled(port)) {
disable_irq(ourport->tx_irq);
disable_irq_nosync(ourport->tx_irq);
tx_enabled(port) = 0;
if (port->flags & UPF_CONS_FLOW)
s3c24xx_serial_rx_enable(port);
Expand All @@ -154,7 +154,7 @@ static void s3c24xx_serial_stop_rx(struct uart_port *port)

if (rx_enabled(port)) {
dbg("s3c24xx_serial_stop_rx: port=%p\n", port);
disable_irq(ourport->rx_irq);
disable_irq_nosync(ourport->rx_irq);
rx_enabled(port) = 0;
}
}
Expand Down

0 comments on commit f83e3fe

Please sign in to comment.