Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102371
b: refs/heads/master
c: b1d1619
h: refs/heads/master
i:
  102369: ad01ef9
  102367: 872c90c
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Jul 21, 2008
1 parent 43bd435 commit 5260ccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e60a10844879794c7b592acf123cbf9ea0e2c0e7
refs/heads/master: b1d1619b4a53072f19e41b1def71fd223fc5d780
6 changes: 3 additions & 3 deletions trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,14 +662,14 @@ static void atmel_rx_from_ring(struct uart_port *port)
* uart_start(), which takes the lock.
*/
spin_unlock(&port->lock);
tty_flip_buffer_push(port->info->tty);
tty_flip_buffer_push(port->info->port.tty);
spin_lock(&port->lock);
}

static void atmel_rx_from_dma(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
struct tty_struct *tty = port->info->tty;
struct tty_struct *tty = port->info->port.tty;
struct atmel_dma_buffer *pdc;
int rx_idx = atmel_port->pdc_rx_idx;
unsigned int head;
Expand Down Expand Up @@ -794,7 +794,7 @@ static void atmel_tasklet_func(unsigned long data)
static int atmel_startup(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);
struct tty_struct *tty = port->info->tty;
struct tty_struct *tty = port->info->port.tty;
int retval;

/*
Expand Down

0 comments on commit 5260ccb

Please sign in to comment.